Input english text, then translate it between languages n times using the Deep Translator Python Library.
Install dependencies
pip install -r requirements.txt
OPTIONAL: Get http(s) proxies, and fill them into the list in main.py
Paste/Type your text when prompted. All text must be in a single line. Text with line breaks will not work
Input the number of Iterations the text will be fed through. You will need fewer iterations for less text.
You will be able to see the language used, number of iterations so far, and text.
Multi-Proxy Support
Add your own Language Groups
Please open an issue or pull request!