This Python script provides a simple yet powerful graphical user interface for translating text using the Google Translate API. Built with the Tkinter library, the Translator App supports both automatic language detection and manual language selection for translation. The app features a clean and responsive design, making it easy to use.
Auto-Translate: Automatically detects the language of the input text and translates it to the selected destination language. Manual Translate: Allows users to manually select the source and destination languages for translation. User-Friendly Interface: The app offers an intuitive interface with separate sections for input, language selection, and output. Language Support: Tons of languages that you can use to translate.
Make sure to install the required Python libraries before running the script: "pip install customtkinter googletrans==4.0.0-rc1"
Run the script, and the Translator App window will appear. Enter the text you want to translate in the "From" section. Choose the source language (or use auto-detection) and the desired destination language. Click the "Translate" button, and the translated text will be displayed in the "To" section. Feel free to customize the app to suit your needs or contribute to its development. Happy translating!