transpi

Transpi is a translation tool


License
MIT
Install
pip install transpi==0.4.0

Documentation

transpi

transpi is a translation tool.

quick use

first pip install transpi, then:

import transpi
result = transpi.trans("human")
print(result)

# or use different engine
result2 = transpi.trans("human", engine="bing")
print(result2)

versions

  • v0.2.0

    support bing trans

  • v0.1.0

    support youdao trans