Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/itsabhinavm/py-translator

Bridge language barriers with this Python translator powered by Google Translate. Effortless integration, accurate translations.
https://github.com/itsabhinavm/py-translator

Last synced: 5 days ago
JSON representation

Bridge language barriers with this Python translator powered by Google Translate. Effortless integration, accurate translations.

Awesome Lists containing this project

README

        

# Py-Translator

Break down language barriers with this user-friendly Python translation tool!

## Features:

- Effortlessly translate text between any language pairs supported by Google Translate.
- Intuitive GUI built with Tkinter for a seamless user experience.
- Powered by the googletrans module for efficient translations.
## Usage:

- Clone this repository to your local machine.
- Install the required modules: `pip install googletrans`
- Run the main script: python main.py
- Enter text in the source language field.
- Select the desired target language from the dropdown menu.
- Click the "Translate" button to see the translated text.

## Key Modules:

- googletrans: Facilitates interactions with Google Translate for text translation.
- tkinter: Provides the foundation for building the graphical user interface.