Skip to main content

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`` or pip 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.git or download https://github.com/ffreemt/youdao-tr-free/archive/master.zip and unzip) and change to the youdao-tr-free folder and do a python 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.7.tar.gz (5.0 kB view details)

Uploaded Source

File details

Details for the file youdao-tr-free-0.0.7.tar.gz.

File metadata

  • Download URL: youdao-tr-free-0.0.7.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

Hashes for youdao-tr-free-0.0.7.tar.gz
Algorithm Hash digest
SHA256 37a7ba583f0b62c3c71e5b669b1981f75615f7e2abe06841215f5751d7aa26a0
MD5 c8da7d9dfbb32f56acf535a2ddf11f3e
BLAKE2b-256 46866c37bb26db6a43496471e908660dfcab725985c2dd7d9906204ed7519dca

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.7 This release

1 file

0.0.6

1 file

0.0.5

1 file

0.0.4

1 file

0.0.3

1 file

0.0.2

1 file

0.0.1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page