Skip to main content

Translate every string. It is very good.

Project description

# Pyfanyi Translate every string. It is very good. # Requirements - python 3.8 - requests==2.25.1 # Installation ## Using pip via pypi: `cmd pip install pyfanyi -i https://pypi.org/project/ ` ## Update: `cmd pip install -U pyfanyi -i https://pypi.org/project/ ` # Usage `python from pyfanyi import Text, Language ` # Test ## In CMD `cmd python -m pyfanyi "stripe" ` ## In Python `python from pyfanyi import Text, Language text = Text('stripe') language = Language('zh-CNS') text.set_source_language('en') result = text.fanyi(language)[0] print(result) `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyfanyi-0.0.2.tar.gz (860 Bytes view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page