Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 410 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 410 Bytes

Google Translate In Python

You can use Google Translate's API via googletrans module. Check the example.py file for a simple demonstration. For more detailed information, visit the official repository.

Requirements

  • You can see all the required libraries in requirements.txt file. You can install them all at once via pip install -r requirements.txt.