A python app that translates your text into any desired language, detects the language of your text and also suggests possible mistakes in your text.
- Fork the project.
- Clone the repo
- Run langTranslater.py
Googletrans is a free and unlimited python library that implemented Google Translate API. This uses the Google Translate Ajax API to make calls to such methods as detect and translate.
- Fast and reliable - it uses the same servers that translate.google.com uses
- Auto language detection
- Bulk translations
- Customizable service URL
- HTTP/2 support
To install, either use things like pip with the package “googletrans” or download the package and put the “googletrans” directory into your python path.
pip install googletrans
pip install google_trans_new
For more details, refer to API Documentation 📖
Like it? Star this repo ⭐