Skip to content

a language translating program by using DeepL/Google Translate engine (python & selenium)

License

Notifications You must be signed in to change notification settings

5shangzhi/pyseTransFree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyseTransFree

a language translating program by using DeepL/Google Translate engine (python & selenium)

For example, using DeepL.com translating service to translate a text file which writing in English language to Chinese language, we just need to specify the input text file by '-f' and the output file path by '-o'.

Checkout the deepl.cfg and deepl-jp2zh.cfg files. What you should change is the 'from' and 'to' language tags.

usage:

$ pip install webdriver-manager

$ python pyseDeepL.py -c deepl.cfg -f ~/Documents/text-in-en.txt -o ~/Documents/text-in-zh.txt

Now, it only supports DeepL.com and TXT file format.

Maybe Google Translate and EPUB supports will come later.

About

a language translating program by using DeepL/Google Translate engine (python & selenium)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages