youdao-tr-free
Youdao translate for free -- local cache and throttling (averag 1.5 calls/s, first 1000 calls exempted). Let's hope it lasts.
Limitation
Maximum of 50 characters per query -- you'll have to do some processing if you want to handle longer text.
Installation
pip install youdao-tr-free
or
- Install (pip or whatever) necessary requirements, e.g.
pip install requests_cache`` orpip install -r requirements.txt``` - Drop the file youdao_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/youdao-tr-free.gitor download https://github.com/ffreemt/youdao-tr-free/archive/master.zip and unzip) and change to the youdao-tr-free folder and do apython setup.py develop
Usage
from youdao_tr import youdao_tr
print(youdao_tr('hello world')) # ->'你好,世界'
print(youdao_tr('hello world', to_lang='de')) # ->'Hallo Welt'
print(youdao_tr('hello world', to_lang='fr')) # ->'Bonjour le monde'
print(youdao_tr('hello world', to_lang='ja')) # ->'こんにちは世界'
Consult the official website for language pairs supported.
Acknowledgments
- Thanks to everyone whose code was used
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
youdao-tr-free-0.0.6.tar.gz
(5.0 kB
view details)
File details
Details for the file youdao-tr-free-0.0.6.tar.gz.
File metadata
- Download URL: youdao-tr-free-0.0.6.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.32.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfeafb078261a469d791e07c5c0969841242014845c99bd6f737f75e354a5585
|
|
| MD5 |
8b8f47180392cc188c6c4c48de715aa3
|
|
| BLAKE2b-256 |
5a43c996df5b7d54d9dcf70bc2840883664375d93e4a4ba48e00404804fcc7b0
|