Google Translate In Python : Translating Text In Python using Google's translate service

preview_player
Показать описание
✨OVERVIEW✨

In this super interesting and interactive video, we check out the Python module called GoogleTrans, which uses the Google Translate API to do all the operations it needs to :)

-------------------------------------------------------------------------------------------------------------------------
✨LINKS✨

---------------------------------------------------------------------------------------------------------------------------
✨OTHER VIDEOS✨

Pyttsx3 Module :

-------------------------------------------------------------------------------------------------------------------------
Thanks very much for watching, see you guys next time! :)
Рекомендации по теме
Комментарии
Автор

interesting, I see your code running perfectly, but why I had error requiring for token?

dixie
Автор

But it is very slow working is there any solution like caching ?

letsmakeitperfect
Автор

we got errors

like this
there, how are you', dest='korean')

AttributeError: 'NoneType' object has no attribute 'group'

dinesh-uwyi