Skip to main content

bing translate for free

Project description

bing-tr-free

bing translate for free: be gentle and rate limit to 3 calls/2 seconds, first 200 calls exempted

Installation

pip install bing-tr-free

or

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

Usage

from bing_tr import bing_tr
print(bing_tr('hello world'))  # ->'世界您好'
print(bing_tr('hello world', to_lang='de'))  # ->'Hallo Welt'
print(bing_tr('hello world', to_lang='fr'))  # ->'Salut tout le monde'
print(bing_tr('hello world', to_lang='ja'))  # ->'ハローワールド'

Consult the official website for language pairs supported.

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

bing-tr-free-0.0.4.tar.gz (4.5 kB view details)

Uploaded Source

File details

Details for the file bing-tr-free-0.0.4.tar.gz.

File metadata

  • Download URL: bing-tr-free-0.0.4.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.18.4 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.32.1 CPython/3.6.7

File hashes

Hashes for bing-tr-free-0.0.4.tar.gz
Algorithm Hash digest
SHA256 6c365c3c4350cd2a13213378c756d3bf5e8ffa4bf59ec2eef97debfe715926fc
MD5 092bf8390ad917cea0fd4f9a658d6bd4
BLAKE2b-256 f1356e72fa3454e62712232681f30c4b3e11fad533614e4cfa3b83458e4ef627

See more details on using hashes here.

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