/Text-Transalator-Python

Text translation from one language to another is increasingly becoming common for various websites as they cater to an international audience. The python package which helps us do this is called translate. This package can be installed by the following way. It provides translation for major languages. Google translate is a free service that translates words, phrases and entire web pages into more than 100 languages. You probably already know it and you have used it many times in your life. let's install it using pip: pip install googletrans About Application It automatically detects the language and translate to english by default. It also doesn't guarantee that the library would work properly at all times, if you want to use a stable API you should use the official Google Translate API. Using this library a lot, Google translate may block your IP address, consider using proxies by passing a proxy dictionary to proxies parameter in Translator() class, or use the official API as discussed.

Primary LanguagePython

Stargazers