You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I have been working on automated text files translation which will reduce the manual google translation process. Although there are numerous libraries out there that can perform similar task as this, I would like to share my work with the GitHub community. In this repository, I have prepared the required dependencies for the automated Google Translation process using Selenium library.
Steps of Google Translation using Selenium
Install requirements by "pip install -r requirements.txt"
Put the text files to be translated into the docs folder
Check the GoogleTranslate.py and change the source and destination languages to be performed.
Run GoogleTranslate.py.
Your output will be available in the output folder.
🏠 This repository can be used for translating text files using selenium library. Also, we added required chromedriver.exe. as part of the requirement for the translation.