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 ...
21.09.2018 · pip install googletrans==3.1.0a0 Translation example: translator = Translator() translation = translator.translate("Der Himmel ist blau und ich mag Bananen", dest='en') ... googletrans is not supported in latest python so you need to unistall it. install new googletrans ( pip install googletrans==3.1.0a0) Share.
GoogleTrans Python not translating. 0 votes . 1 view. asked Feb 12, 2021 in Python by laddulakshana (12.7k points) I'm utilizing GoogleTrans for my project. All things considered I have a text in Marathi which I got from "speeck to text" yet when I am changing over that text into English it isn't interpreting properly. In any case, when I ...
07.08.2021 · Python googletrans module not translating August 7, 2021 python I am using the googletrans module to try and translate between languages as per the below. import time from googletrans import Translator translator = Translator () translate_channel = translator.translate ('Canal La Tele Perú', src='es', dest='en')