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