A Language Translation Tool built as Task 1 for my CodeAlpha Artificial Intelligence Internship.
This application allows users to translate text between multiple languages using a simple and intuitive graphical interface.
- ✅ Select source and target languages from 11+ options
- ✅ Enter text and get instant translation
- ✅ Copy translated text to clipboard with one click
- ✅ User-friendly GUI built with Tkinter
- ✅ Threaded translation to prevent UI freezing
- ✅ Uses Google Translate API (via
googletranslibrary)
| Technology | Purpose |
|---|---|
| Python 3.x | Core programming language |
| Tkinter | GUI framework |
| Googletrans | Translation API wrapper |
| Threading | Async translation processing |
git clone https://github.com/YOUR_USERNAME/CodeAlpha_LanguageTranslationTool.git
cd CodeAlpha_LanguageTranslationTool