Skip to content

Python script to translate excel documents through Google Translate's API

License

Notifications You must be signed in to change notification settings

HardieParham/MsExcelTranslator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MsExcelTranslator

Python script to translate excel documents through Google Translate's API

step 1: Update 'data/settings' to set source language and destination language

step 2: Create venv from requirements.txt

step 3: Run main.py to update documents according to the settings.

step 4: Enjoy the 8 hours you saved not having to do this manually

NOTES: Many special characters break Google Translate's API functions. Edit the char_to_replace dictionary in data/settings.py if any additional characters break it as well.

About

Python script to translate excel documents through Google Translate's API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages