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

I experienced the case that ply_count can be zero, resulting in two separate division by zero errors. My quick fix was just to ensure that division by zero is not...

After calling the annotator with `-e "gnuchess -u"` everything seems to work, but a gnuchess process is left running and eating up all my battery. I don't know if this...

python-chess-annotator sometimes returns games where one player has negative ACPL. Anecdotally it seems to happen more often when on a tight time budget (1 minute). Cause unknown. I considered checking...

bug

**Background** python-chess is generally rather lax about enforcing consistency in the objects it provides. Illegal inputs are typically accepted without raising an exception, even if the call corrupts the working...