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

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.

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
- platform

You 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