A unique translation tool that translates each word individually from one language to another, providing better insight for language learners and curious minds.
- 🔠 Word-by-Word Translation instead of full-sentence context
- 🌐 Supports many languages using Google Translate API
- 🧑💻 Simple and clean Tkinter GUI
- 🚀 Easy to run with minimal dependencies
- Python 3
- Tkinter – GUI framework
- Googletrans – Google Translate API wrapper
.
├── translate_script.py # Core translation logic
├── ui.py # GUI built with Tkinter
├── requirements.txt # Dependencies
└── README.md # Project documentation
-
Install dependencies:
pip install -r requirements.txt
-
Launch the application:
python ui.py
This tool is ideal for:
- Language learners looking to break down phrases word-by-word
- Linguistic students analyzing sentence structure
- Anyone curious about how translation works at the word level
Pull requests are welcome! For major changes, open an issue first to discuss.