We're going to build a google translator using GoogleTranslator from the deep_translator package.
You can improve the project by making it speak out the translated text
To implement the sound feature, use
gTTs to convert the text to sound byte (https://gtts.readthedocs.io/en/latest...)
pydub to play the audio (https://blog.furas.pl/python-how-to-p...)
Make sure you like the video and subscribe ⚡️.
Don't forget to drop your thoughts below❤️ and let me know what you think about the video.
🔗 Links 🔗
Get Code: https://github.com/techemmy/Tkinter-P...
Difference between the pack fill and expand property: https://stackoverflow.com/questions/2...
Deep Translator: https://deep-translator.readthedocs.i...
Custom Tkinter: https://customtkinter.tomschimansky.c...
🕑 Timestamps 🕑
0:00 - Intro
0:43 - Installation
1:26 - Code the language translator
8:15 - Differences between the fill and expand parameters
10:50 - Outro