Awesome-Python-Scripts/TranslateCLI
2020-10-28 15:19:15 +05:30
..
README.md Add TranslateCLI (#200) 2020-10-28 15:19:15 +05:30
requirements.txt Add TranslateCLI (#200) 2020-10-28 15:19:15 +05:30
Translate.py Add TranslateCLI (#200) 2020-10-28 15:19:15 +05:30

Python Command Line Translator

Use google translate library to translate text from command line.

Requirements

Python 3.xx googletrans

pip install googletrans

Usage

python Translate.py -s <source_lang> -d <destination_lang>