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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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
git clone https://github.com/a3ro-dev/eronslator
  1. Navigate to the project directory
cd eronslator
  1. Run the application
python3 eronslator.py
  1. 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

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

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.

License:MIT License


Languages

Language:Python 100.0%