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-rc1in your terminal/CMD to install the googletrans library in your system. (Orpip3 install googletrans==4.0.0-rc1if you have Python 2 & 3 installed) - Download or clone the repository typing
git clone https://github.com/adviksinghania/lhdbuild-translator.gitin you terminal. - Navigate to the working directory using
cd lhdbuild-translator. - Run
python translator.pyin your terminal orpython3 translator.pyif 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.

Log in or sign up for Devpost to join the conversation.