Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dzareldeveloper/langauge-translator
Project-20 | Hari-20 | 50 Project Python
https://github.com/dzareldeveloper/langauge-translator
Last synced: 19 days ago
JSON representation
Project-20 | Hari-20 | 50 Project Python
- Host: GitHub
- URL: https://github.com/dzareldeveloper/langauge-translator
- Owner: DzarelDeveloper
- License: mit
- Created: 2024-12-29T12:29:05.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2024-12-29T12:30:40.000Z (23 days ago)
- Last Synced: 2024-12-29T13:28:25.596Z (23 days ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project-20: Language Translator
**By Codesphered01010**## Description
This project is a simple **Language Translator** application built using Python and the **tkinter** module for the graphical user interface, along with the **googletrans** library for translation. The application allows users to input text in one language and translate it into another language of their choice.---
## Features
1. **Text Input**
- Users can input text to be translated.2. **Language Selection**
- Users can select the target language for translation from a dropdown menu.3. **Translation**
- The application uses Google Translate to convert the input text into the selected language.4. **Clear Functionality**
- Users can clear the input and output text areas.5. **User -Friendly Interface**
- The application features a clean and intuitive interface.---
## Requirements
### Python Version
- Ensure that Python 3.x is installed on your system.### Required Modules
- **tkinter** for the graphical user interface (comes pre-installed with Python).
- **googletrans** for translation functionality.
Install it using the following command:
```bash
pip install googletrans==4.0.0-rc1
### Run Script
```bash
python project-20.py