/Wordee

Wordee is a random word picker with dictionary and news attached.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Wordee

Wordee is a random word picker with dictionary and news attached. Help you memorize vocabularies using CLI. Useful for english tests preparations like TOEFL or GRE.

Pick a word

python3 wordee.py --hide -i gre_vocabularies.txt picks from a words list file.

python3 wordee.py --hide --translate ja -i gre_vocabularies.txt with translation

python3 wordee.py --news -i gre_vocabularies.txt always shows the news related to the word

python3 wordee.py --bookmarked -i gre_vocabularies.txt always pick next random word from bookmarked list. Probability can also be specified.

python3 wordee.py -h for help

More informations

Google translate languages code

dictionaryapi.dev