Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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