A Translator App Made Using Python 3.9.0 .
Hope You Will Like It and you can also use the code to make your own version.
It is an attempt to make an interactive Instant Translator, supporting multiple languages,built using tkinter and googletrans modules in python.
- googletrans 3.1.0a0
- tkinter
- For Linux: Open Terminal then type
pip install googletrans==3.1.0a0
- For Windows: Open CMD, then type
pip install googletrans==3.1.0a0