translate tool support(google,baidu,iciba,youdao)
Project description
translate utils support google,baidu,iciba,youdao
[introduction]
- support version: python 3.0+
down install
- pip install:
pip install translate-util
DEMO
from translate_util.translate_tool import translate_other2cn,translate_other2en
# translate other language to chinese (default use google)
print(translate_other2cn('china'))
# translate other language to english (default use google)
print(translate_other2en('中国'))
# other translate demo
content = 'china'
for plat in ['google', 'baidu', 'iciba', 'youdao']:
print(f'{plat}:{translate_other2cn(content, plat)}')
content = '中国'
for plat in ['google', 'baidu', 'iciba', 'youdao']:
print(f'{plat}:{translate_other2en(content, plat)}')
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
translate_util-1.0.3.tar.gz
(5.1 kB
view hashes)
Built Distribution
Close
Hashes for translate_util-1.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 610b32da2dd3b429280098d4d32ffa25fa039460c4f4459f4ee16fe3fdd83bd4 |
|
MD5 | cda1e701b6117e7a4cd19a6972c1e287 |
|
BLAKE2b-256 | b34c086f007584111537e890a010ab3e439c5c45bf5b23f7d7ee524bf715423f |