Language Translator App in Python using Google Translate API

preview_player
Показать описание
Hi, in this video we will create a language translator app in python using googletrans API. we will use the Text box to write text and translate the text language in a different language from the dropdown options.

To translate one language to another language, we will use googletrans package that converts the language. So first we need to install the package / API using below command in your windows, Mac, or Linux system:

pip install googletrans==3.1.0a0

Рекомендации по теме
Комментарии
Автор

Thanks for an excellent tutorial! I built it on a Raspberry Pi and it worked flawlessly.

johnrussell
Автор

It works!!!Thanks for the best tutorial! Thank you so much!!!

Mineimation_YT
Автор

Thank you so much bro, the code works successfully.

anbarasus
Автор

How can I translate a whole document which is in English into another language while maintaining the same orientation from the English document ?

usaball
Автор

when i am click the source code there is no source code

soham
Автор

hey bro i am not able to install googletrans, its showing command not found...i copies same as you

anirudhsinghtomar
Автор

In 17 line it show an error how to prevent it and what you exactly write in 17 line tell me

maneeshapatlan
Автор

bro it's working but when go for translate it shows error, please help me bro

kalyanthatiparthi
Автор

I am getting an error
Attribute error : 'NoneType' object has no attribute 'group'
How to resolve this?

vaishnavikesare
Автор

qwestion how did u do the dot thing in line 17 with end 1c cuz idk how to do it

alexdemeter
Автор

Bro i had copied the same code everything is working but when i translate, it shows error .. plzz help me out

AkhileshSingh-ulgk
Автор

File "C:\Users\ee192\PycharmProjects\pythonProject1\main.py", line 81, in translation
lang_ = entry_1.get("1.0", "end-1c")

this what show me

FYI i used CTk in my project

TranslatoreAI
Автор

Can you please tell me how to prevent 17 line error

maneeshapatlan
Автор

bro this error is coming
text_entry2.insert('end', output.text)

NameError: name 'output' is not defined

please provide solution asap

GK-wwym