Python-Puzzle-Creator
Python-Puzzle-Creator copied to clipboard
Creates JSON chess puzzles from PGN chess games.
So I booted up the puzzle generator today, and it threw this error: ``` Traceback (most recent call last): File "G:\Python-Puzzle-Creator-master\main.py", line 7, in import chess.uci ModuleNotFoundError: No module named...
the command line reads: ``` python main.py ``` where can I get the API token from? I have an account on lichess and there's some kind of API key generator,...
By convention, it is assumed that move history should not be considered for a puzzle (except that which can be determined by retrograde analysis). Therefore, players assume this puzzle has...
not familiar with github xD sorry you can delete this comment.
While adapting this project to work locally, I came across a solution to speed up the process all together. When investigating a puzzle position, `evaluate_legals()` made a list of all...
python-chess 0.17 changed pop_count() to popcount() so there is an error in the code when you run main.py https://github.com/niklasf/python-chess/blob/55c6031465d14f386f1f88754a9baafd1d8813db/CHANGELOG.rst I don´t know if pip can install specific versions, maybe that...