Yanki is a vocabulary manager that converts words and expressions stored in a YAML file into multiple Anki decks.
-
Install Python and Poetry.
-
Install the Python dependencies:
poetry install
-
Create a YAML file named
<yaml_filename>
with entries respecting the structure:"<word_or_expression>": language: <language> meaning: <meaning> date: <date_when_the_entry_was_added>
-
Convert the YAML file:
poetry run yanki <yaml_filename> <output_folder_for_decks>