Python scripts to translate words in an excel file from Azerbaijani to English and vise versa.
pip install googletrans==4.0.0-rc1 for Google Translate
In case you got a permission denied, try the following
pip install --user googletrans==4.0.0-rc1
or run as administrator
pip instal pandas