Skip to content

Latest commit

 

History

History
34 lines (15 loc) · 766 Bytes

README.md

File metadata and controls

34 lines (15 loc) · 766 Bytes

mass-translator

About

Input english text, then translate it between languages n times using the Deep Translator Python Library.

How to Use

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.

Planned Features

Multi-Proxy Support

Add your own Language Groups

Contributing

Please open an issue or pull request!