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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyfanyi-0.0.2.tar.gz.
File metadata
- Download URL: pyfanyi-0.0.2.tar.gz
- Upload date:
- Size: 860 Bytes
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.5.0.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
114e60f1185dffaa3a38b6bc543e549d34d5a4249d002a5c144fb4a6dfee9a75
|
|
| MD5 |
1539038c60d54bd09708ee686fc527a9
|
|
| BLAKE2b-256 |
7f684565446404bce24f612849bf1814cffc4fa4f2e46edc849b5173795eb490
|