Skip to content

9aylas/Python-GoogleTranslate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Google Translate via Python :

  • Faster than translate.google.com lol ....
  • Auto language detection

alt text

  • Its easy to use humm ?

This script requires both of "Googletrans" and "PIL" :

Googletrans : pip install googletrans ( Google Translate API )

PIL : pip install Pillow ( Pillow is a maintained fork of PIL )