CREATE YOUR OWN TRANSLATOR WITH PYTHON!!

Publicado el: 27 mayo 2020
en el canal de: sajjad shaikh
130
9

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
Connection pooling (the advantage of using requests.Session)
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. Anyway, it is noteworthy that, this just requires two modules: requests and future.

$ pip install googletrans
——————————————————————————
PACKAGES USED
tkinter — python library for gui
googletrans — free and unlimited python library that implemented Google Translate API
——————————————————————————
#python #coding
——————————————————————————
PYTHON GOOGLETRANS LIST LANGUAGES
(👇The program lists all supported languages in a Python dictionary.)
CODE —
#!/usr/bin/env python
import googletrans
print(googletrans.LANGUAGES)
——————————————————————————
SOURCE CODE https://drive.google.com/file/d/11vlT...
——————————————————————————
SONG
Marshmellow & Anne-Marie - FRIENDS


En esta página del sitio puede ver el video en línea CREATE YOUR OWN TRANSLATOR WITH PYTHON!! de Duración hora minuto segunda en buena calidad , que subió el usuario sajjad shaikh 27 mayo 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 130 veces y le gustó 9 a los espectadores. Disfruta viendo!