Skip to main content

xiaoniu translate for free

Project description

xiaoniu-tr-free

xiaoniu translate for free -- local cache plus throttling (1.5 calls/s from 501st call on). Let's hope it lasts.

Installation

pip install xiaoniu-tr-free -U

or

  • Install (pip or whatever) necessary requirements, e.g. pip install requests_cache langid or pip install -r requirements.txt
  • Drop the file xiaoniu_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/xiaoniu-tr-free.git or download https://github.com/ffreemt/xiaoniu-tr-free/archive/master.zip and unzip) and change to the xiaoniu-tr-free folder and do a python setup.py develop

Usage

from xiaoniu_tr import xiaoniu_tr
print(xiaoniu_tr('hello world'))  # -> '你好世界'
print(xiaoniu_tr('Good morning', to_lang='de'))  # ->'Guten Morgen, wow'
print(xiaoniu_tr('hello world', to_lang='fr'))  # ->'Bonjour le monde'
print(xiaoniu_tr('hello world', to_lang='ja'))  # ->'こんにちは世界'

Acknowledgments

  • Thanks to everyone whose code was used

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xiaoniu-tr-free-0.0.1.tar.gz (4.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page