This is a simple translator application built using Python and several libraries including Tkinter, Googletrans, Langdetect, and TextBlob. It allows users to translate text between different languages with ease.
- Translate text between multiple languages
- Detect input language automatically
- Simple and intuitive user interface
- Python 3.x
- Tkinter
- Googletrans
- Langdetect
- TextBlob
-
Clone the repository:
git clone https://github.com/jmugambwa1/Translator-app.git
-
Navigate to the project directory:
cd Translator-app
-
Install dependencies:
pip install -r requirements.txt
-
Run the following command:
python main.py
-
The translator GUI will open.
-
Enter the text you want to translate in the input field.
-
Select the source language (or leave it as "Auto Detect").
-
Select the target language.
-
Click the "Translate" button to see the translated text.
This project is licensed under the MIT License.
- Thanks to the developers of Tkinter, Googletrans, Langdetect, and TextBlob for providing the tools necessary to build this application.
- Inspiration for this project came from the need for a simple yet effective translation tool.
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or create a pull request.
Joel Mugambwa(https://github.com/jmugambwa1)