Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
from google_trans_new import google_translator translator= google_translator() translated = translator.translate("i am a boy", lang_tgt = 'fr') translated_back = translator.translate(translated, lang_tgt = 'en')
This library uses requests to the web interface. In case of overuse Google blocks you for a while because for an application you have to use Google Translate API. The problem may be there.
Add a comment
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.