Awesome-Python-Scripts/TranslateCLI/README.md

15 lines
255 B
Markdown
Raw Normal View History

2020-10-28 09:49:15 +00:00
# Python Command Line Translator
Use google translate library to translate text from command line.
## Requirements
Python 3.xx
googletrans
```bash
pip install googletrans
```
### Usage
python Translate.py <text> -s <source_lang> -d <destination_lang>