Skip to content

azzubair01/Selenium_Translation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Translation using Selenium

  • 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

  1. Install requirements by "pip install -r requirements.txt"
  2. Put the text files to be translated into the docs folder
  3. Check the GoogleTranslate.py and change the source and destination languages to be performed.
  4. Run GoogleTranslate.py.
  5. Your output will be available in the output folder.

Platform used

  • Jupyter Notebook for testing
  • PyCharm for script development
  • Python script for deployment

Reference

About

🏠 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors