Skip to main content

prompt translate for free

Project description

prompt-tr-free

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

Installation

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

Limitation

prompt_tr('hello world', 'en', 'zh') does not seem to work (would result in 'hello world'!).

Usage

from prompt_tr import prompt_tr

print(prompt_tr('hello world', to_lang='de'))  # ->'hallo Welt'
print(prompt_tr('hello world', to_lang='fr'))  # ->'bonjour monde'
print(prompt_tr('hello world', to_lang='ja'))  # ->'ハロー・ワールド'
print(prompt_tr('世界您好', to_lang='ja'))  # ->'ハロー・ワールド'
print(prompt_tr('世界您好', to_lang='en'))  # ->'Hello world'
print(prompt_tr('Dies sein 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

prompt-tr-free-0.0.1.tar.gz (5.0 kB view details)

Uploaded Source

File details

Details for the file prompt-tr-free-0.0.1.tar.gz.

File metadata

  • Download URL: prompt-tr-free-0.0.1.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.18.4 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.32.1 CPython/3.6.7

File hashes

Hashes for prompt-tr-free-0.0.1.tar.gz
Algorithm Hash digest
SHA256 4157e7e1de2354865e31fa2d75f744a2684c8703cb16611c6f796a619557acd9
MD5 8266280342ca7a7bc2fe1ed0e560e382
BLAKE2b-256 cca8cc179adf44d71dd7e8b777928a4c4b60d5da780789d437e1e0b44b4b0e73

See more details on using hashes here.

Supported by

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