What it does

This is a Python based translator in a terminal for different languages using googletrans library. It takes the text to be translated and the language to which you want to translate it as input and prints the translated text as the output.

Setup

  • Download and install the latest version of Python.
  • Run pip install googletrans==4.0.0-rc1 in your terminal/CMD to install the googletrans library in your system. (Or pip3 install googletrans==4.0.0-rc1 if you have Python 2 & 3 installed)
  • Download or clone the repository typing git clone https://github.com/adviksinghania/lhdbuild-translator.git in you terminal.
  • Navigate to the working directory using cd lhdbuild-translator.
  • Run python translator.py in your terminal or python3 translator.py if you have Python 2 installed as well.
  • Input the text you want to find the translation of and the language to which you to translate.

Built With

Share this project:

Updates