sogou translate for free
Project description
sogou-tr-free
Sogou translate for free -- no more local cache (looks like there is some problem with the requests_cache package, will take a close look later), 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 requests_cache jmespath fuzzywuzzyorpip 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.gitor download https://github.com/ffreemt/sogou-tr-free/archive/master.zip and unzip) and change to the sogou-tr-free folder and do apython 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
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
sogou-tr-free-0.0.9.tar.gz
(7.7 kB
view details)
File details
Details for the file sogou-tr-free-0.0.9.tar.gz.
File metadata
- Download URL: sogou-tr-free-0.0.9.tar.gz
- Upload date:
- Size: 7.7 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.43.0 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4563b885c1e9eb51b93dc70ce1ff55c10b935794886b81cdd5e26c5c4fe40305
|
|
| MD5 |
7850b23e0b5709f74c8d7a853aae87e8
|
|
| BLAKE2b-256 |
aa6a9c925a49057ee1384797f926f1ee297488038c85fcfb013d3fd881c8033a
|