Python3. Dependencies can be installed with:
$ pip3 install -r requirements.txt
-
Create an Oxford developer account
-
Modify the configuration file
configuration/config.pyto include yourapi_keyandapp_idvalues obtained in step 1. -
Fill the
vocabulary.txtfile 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.pyand wait for its completion -
Import the anki deck file created as a result of the previous step (it is called
vocabulary.apkgby default, but you can change its name in the configuration) -
Enjoy and learn :-)