Python script that will translate a list of word in specified languages.
Create your virtualenv
python -m venv .venv
# or using
# virtualenv .venv
Activate your virtualenv
source .venv/bin/activate
Install requirements
pip install -r requirements.txt
To use is simple, run inside of virtualenv:
python dictionary_creator.py