https://github.com/a3ro-dev/eronslator
This project is an implementation of a language translator using Google Translate API. The application allows you to translate text from one language to another, speak the translation and also to listen to the text.
https://github.com/a3ro-dev/eronslator
google language python translate translation translator-app
Last synced: 3 months ago
JSON representation
This project is an implementation of a language translator using Google Translate API. The application allows you to translate text from one language to another, speak the translation and also to listen to the text.
- Host: GitHub
- URL: https://github.com/a3ro-dev/eronslator
- Owner: a3ro-dev
- License: mit
- Created: 2023-01-24T11:33:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T14:35:15.000Z (over 2 years ago)
- Last Synced: 2025-06-15T10:52:27.473Z (4 months ago)
- Topics: google, language, python, translate, translation, translator-app
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Eronslator
This project is an implementation of a language translator using Google Translate API. The application allows you to translate text from one language to another, speak the translation and also to listen to the text.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
You will need to have python 3.x installed on your machine and also the following python libraries:
- googletrans
- speech_recognition
- gtts
- audioplayer
- os
- datetime
- time
- platformYou can install the above-mentioned libraries by running the following command:
```bash
pip install -r requirements.txt
```### Installing
A step by step series of examples that tell you how to get a development env running
1. Clone the repository to your local machine
```bash
git clone https://github.com/a3ro-dev/eronslator
```2. Navigate to the project directory
```bash
cd eronslator
```3. Run the application
```bash
python3 eronslator.py
```4. Provide the text you want to translate and the language you want to translate it to
The application will display the translated text, speak it out and also provide an option to listen to the text.
## Built With
* [Python](https://www.python.org/) - The programming language used
* [Google Translate API](https://cloud.google.com/translate) - Translation engine## Authors
* **Aero** - [Github Profile](https://github.com/a3ro-dev)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details