yeekit translate for free
Project description
yeekit-tr-free
Yeekit translate for free: be gentle and rate-limit to 3 calls/2 seconds, first 200 calls exempted
Installation
pip install -U yeekit-tr-free
or
- Install (pip or whatever) necessary requirements, e.g.
pip install requests fuzzywuzzy pytest jmespath coloredlogsorpip install -r requirements.txt - Drop the file yeekit_tr.py in any folder in your PYTHONPATH (check with import sys; print(sys.path)
- or clone the repo (e.g.,
git clone https://github.com/ffreemt/yeekit-tr-free.gitor download https://github.com/ffreemt/yeekit-tr-free/archive/master.zip and unzip) and change to the yeekit-tr-free folder and do apython setup.py develop
Usage
from yeekit_tr import yeekit_tr
print(yeekit_tr('hello world', to_lang='zh')) # ->'你好世界'
print(yeekit_tr('hello world', to_lang='de')) # ->'Hallo Welt'
print(yeekit_tr('hello world', to_lang='fr')) # ->'Bonjour le monde'
print(yeekit_tr('hello world', to_lang='ja')) # ->'ハローワールド'
print(yeekit_tr('Diese sind Teste', 'de', 'zh')) # ->'这是测试'
print(yeekit_tr('Diese sind Teste', 'de', 'en')) # ->'These are tests'
Languages supported: ar, ca, zhcn, nl, fi, fr, de, el, he, hi, it, ja, kk, ko, pt, ru, es, tr, uk. Consult the official website for details.
Acknowledgments
- Thanks to everyone whose code was used
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
yeekit-tr-free-0.0.1.tar.gz
(4.8 kB
view details)
File details
Details for the file yeekit-tr-free-0.0.1.tar.gz.
File metadata
- Download URL: yeekit-tr-free-0.0.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.18.4 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.32.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
902af4c564ad49728ced18dce2de1883def48dcb0c5c7cf61ae0ed7a69337cb3
|
|
| MD5 |
a31342da0f1ff6803ef84f11fc37cf69
|
|
| BLAKE2b-256 |
010228ccd2cadd1a1fa36376190188ed1a3df803a7039da463ab5d32bf26c39c
|