In the making
Create Anki deck from PGN files or from ChessGames.com game's page.
To create a deck from a local PGN file type in the command line
python anki-pgn.py game_file.pgn
Or, to create a deck from a game's page on chessgames.com type in
python anki-pgn.py https://www.chessgames.com/perl/chessgame?gid=1234567
This will produce an Anki deck file in your local folder. The deck name is automatically set to the name of the players.
Import the file to Anki (mobile or web) to learn the game. Make sure that the FEN Visualizer plug-in is enabled. The Cards in the deck consist of two sides:
- Front: A position (including which turn is it)
- Back: The following move
- Option to pick color, so the cards will only ask for this color's turns.
- Support sidelines.
- Support Lichess and Chess.com links
- Add GUI!
- Documentation
- Make available through pip