A translation program: tan_translate.
clone:
$ git clone https://github.com/D-zilch/tan_translate.git
$ cd tan_translate
create & activate virtual env then install dependency: with venv/virtualenv + pip:
$ python -m venv env # use `virtualenv env` for Python2, use `python3 ...` for Python3 on Linux & macOS
$ source env/bin/activate # use `env\Scripts\activate` on Windows
$ pip install -r requirements.txt or pip download -r requirements.txt
or with poetry:
$ poetry shell
$ poetry install
then run:
python main.py