Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 390 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 390 Bytes

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 )