python-chess-annotator icon indicating copy to clipboard operation
python-chess-annotator copied to clipboard

Reads chess games in PGN format and adds annotations using an engine

Results 14 python-chess-annotator issues
Sort by recently updated
recently updated
newest added

Sometimes it's not obvious why a player resigned or a draw was agreed, especially when one's elo is much lower than the players in the game one is analyzing. Also,...

enhancement

Very minor issue but I need to note this down so I don't forget to correct it later. I've just learned that while string formatting is recommended in many (most?)...

This is one of those "what was I thinking?" moments now that I've had some time to level up my python since I wrote this.

enhancement

This happened for the game downloaded from lichess, it had a proper PGN header, but the game was "1. e4 e6 0-1" -- that's it, white resigned. ``` An unhandled...

Bumps [py](https://github.com/pytest-dev/py) from 1.8.0 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies

Bumps [pygments](https://github.com/pygments/pygments) from 2.4.2 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...

dependencies

Hello and first of all thanks a lot for making this. I've tried several other chess analyzer tools and I managed to get none of them to work on OSX...

Hi, I really loved your project - I used it in a serverless AWS lambda based analyzer project over here: https://github.com/jvsteiner/chessfunction just want to let you know - thanks for...

Fixes #30 When running the program, I sometimes ran into two different division by zero problems, caused by the fact that ply_count = 0. My solution is that the minimum...