Skip to main content

sogou translate for free

Project description

sogou-tr-free

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

Installation

pip install -U sogou-tr-free

or

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

Usage

from sogou_tr import sogou_tr
print(sogou_tr('hello world'))  # -> '你好世界'
print(sogou_tr('hello world', to_lang='de'))  # ->'Hallo Welt'
print(sogou_tr('hello world', to_lang='fr'))  # ->'Salut tout le monde'
print(sogou_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

sogou-tr-free-0.0.5.tar.gz (6.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