Skip to content

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.

Notifications You must be signed in to change notification settings

Kajaljain22/Language-Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Language-Translator 🌏

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.

Steps to open the project

  1. Fork the project.
  2. Clone the repo
  3. Run langTranslater.py

Googletrans

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.

Features

  • Fast and reliable - it uses the same servers that translate.google.com uses
  • Auto language detection
  • Bulk translations
  • Customizable service URL
  • HTTP/2 support

Installation

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

LinkedIn

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages