Skip to content

liranfar/EnglishExerciser

Repository files navigation

English Exerciser

a lightweight english (to hebrew) phrases exerciser using a simple .xlsx file. Illustrating Video

Usage

git clone https://github.com/liranfar/EnglishExerciser.git

cd EnglishExerciser

sudo apt-get install  pip virtualenv virtualenvwrapper

mkvirtualenv englishExerciser

pip install -r requirements.txt

python reader.py
  • The data is in vocabulary.xlsx, feel free to create a new one for yours.
  • For already initialized virtualenv just use $ workon englishExerciser to enable it or $ deactivate to disable.
  • To remove the established virtual-env just disable it and run $ rmvirtualenv englishExerciser
  • For now, saving to disk is applied by pressing ctrl + c

Resources

Automate Your Boring Stuff - Openpyxl

Python-Textbook

Google-Text-to-Speech

License

WTFPL – Do What the Fuck You Want to Public License

About

my own English vocabulary exerciser based on .xlsx file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages