Skip to main content

promt translate for free

Project description

promt-tr-free

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

Installation

pip install -U promt-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 promt_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/promt-tr-free.git or download https://github.com/ffreemt/promt-tr-free/archive/master.zip and unzip) and change to the promt-tr-free folder and do a python setup.py develop

Usage

from promt_tr import promt_tr

print(promt_tr('hello world', to_lang='de'))  # ->'hallo Welt'
print(promt_tr('hello world', to_lang='fr'))  # ->'bonjour monde'
print(promt_tr('hello world', to_lang='ja'))  # ->'ハロー・ワールド'
print(promt_tr('世界您好', to_lang='ja'))  # ->'ハロー・ワールド'
print(promt_tr('世界您好', to_lang='en'))  # ->'Hello world'
print(promt_tr('Diese sind Teste', to_lang='zh'))  # ->'这是测试'

Languages supported: ar, ca, zhcn, nl, fi, fr, de, el, he, hi, it, ja, kk, ko, pt, ru, es, tr, uk. Consult the official website for details.

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

promt-tr-free-0.0.2.tar.gz (5.0 kB view details)

Uploaded Source

File details

Details for the file promt-tr-free-0.0.2.tar.gz.

File metadata

  • Download URL: promt-tr-free-0.0.2.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 promt-tr-free-0.0.2.tar.gz
Algorithm Hash digest
SHA256 ab3a1ca89a08a141d8326a2094f883c647cfe48af08ca3f00bbe2ccd078f9cfe
MD5 56efa17dc4e16929afaa2ed06cdb927e
BLAKE2b-256 1108c4cece067b01439b391fb8ca084a2253e29082f34861f9a4fe0a89ab3538

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