Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/itsabhinavm/py-translator
- Owner: ItsAbhinavM
- Created: 2024-01-16T14:04:08.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-16T14:11:51.000Z (10 months ago)
- Last Synced: 2024-04-24T06:44:34.240Z (7 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.