/gen-anki-deck

A script to generate Anki decks in a more automatable fashion.

Primary LanguagePython

GenAnkiDeck

GenAnkiDeck is a script that automates the creation of Anki decks. It saves a considerable amount of time by reading data from a table and properly assigning it to user-specified fields within a user-specified note type. This is extremely useful for creating decks of 100+ cards in a matter of seconds - something that could take hours by doing manually.

Example Anki packages can be found here.

Libraries

You will need to install the following libraries in order to run the script.

pip install genanki xlrd

Acknowledgments

  • This script could not have been created with the brilliant Anki library, genanki, created by kerrickstaley. Thank you very much !

Please do not hesitate to reach out should you have any questions. Thank you very much for reading !