SimpleTranslator is a Python command-line tool that allows you to translate text between multiple languages using the deep_translator
library and Google Translate API.
- Supports translation to 10 popular languages:
- English, Japanese, Burmese, Korean, Chinese, French, German, Spanish, Russian, Thai
- Auto-detects the source language
- Interactive CLI interface
- Graceful handling of invalid inputs and exit commands
- Python 3.6+
deep_translator
Python package
Install dependencies with:
pip install deep-translator