Skip to content

Dumbliidore/tao_translate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tao_translate

A translation program: tan_translate.

Installation

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

About

a translation program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages