Metadata-Version: 2.1
Name: ChainTranslator
Version: 1.0.7
Summary: a package to mess up text via google translate
Home-page: https://github.com/SuniTheFish/ChainTranslator
Author: Benjamin Hinchliff
Author-email: benjamin.hinchliff@gmail.com
License: MIT
Keywords: google,translator,useless,stupid,random,chain,translator,ChainTranslator
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Text Processing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: googletrans

# ChainTranslator
A little bit of code purely to translate text or a file through of different languages and then back. It has no practical use but _can_ mess up text. Thanks to [SuHun Han](https://github.com/ssut) for his fantastic [python google translate ajax api wrapper](https://github.com/ssut/py-googletrans).

## Python Version
designed with 3.7.4. will most likely work with most modern versions

## Usage
```
usage: ChainTranslate.py [-h] (-t TEXT | -f FILE) -p CODE [CODE ...] [-s]
                         [-o FILE]

Mess up some words.

optional arguments:
  -h, --help          show this help message and exit
  -t TEXT             text to run through the translator
  -f FILE             file to open and run through translator
  -p CODE [CODE ...]  list of languages to translate the text through using iso639-1
                      codes. Will automatically translate back to original
                      language that it detects.
  -s                  silent mode
  -o FILE             File to write output to.
  ```


