Automated anki flashcard creation for spaced repetition

Automated anki flashcard creation for spaced repetition

Avatar of rapoza13
| 2

Hi everyone,

I was working on automating the flashcard creation for anki flashcards to work on my chess mistakes. Anki is one of the most popular free tools for spaced repetition: https://apps.ankiweb.net/

My current process is the following when analyzing a game:

  1. Analyze my game
  2. Create screenshots befor major mistakes (or first mistakes)
  3. Name screenshot-file with the correct move: e.g: white-dxe6.png
  4. Run my script to automatically add the new flashcard with the image to my Anki Collection
  5. import the new collection into Anki (will add all new cards)

-> This process is now really fast and makes it easy to create the flashcards.

See example:

Please reach out to me if you are interested, as i will work more on it in the future to provide this as a tool for everyone!

Possible Features:

  • automatic import of positions e.g. with a browser-plugin from chess.com
  • automatic addition of next engine-moves to understand the reason for a mistake

Thanks,

Jonas