Python3. Dependencies can be installed with:
$ pip3 install -r requirements.txt
-
Create an Oxford developer account
-
Modify the configuration file
configuration/config.py
to include yourapi_key
andapp_id
values obtained in step 1. -
Fill the
vocabulary.txt
file with the words that you would like to learn (one per line). -
Change the language settings in the configuration file using IANA two letters codes. They will be used to translate your vocabulary list from/to the selected languages.
-
run
python3 main.py
and wait for its completion -
Import the anki deck file created as a result of the previous step (it is called
vocabulary.apkg
by default, but you can change its name in the configuration) -
Enjoy and learn :-)