google-tr-free
Google translate for free -- local cache and throttling (averag 1.5 calls/s, first 1000 calls exempted).. Let's hope it lasts.
Installation
pip install -U google-tr-free
or
- Install (pip or whatever) necessary requirements, e.g.
pip install requests_cache js2pyorpip install -r requirements.txt - Drop the file google_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/google-tr-free.gitor download https://github.com/ffreemt/google-tr-free/archive/master.zip and unzip) and change to the google-tr-free folder and do apython setup.py develop
Usage
from google_tr import google_tr
print(google_tr('hello world')) # ->'你好,世界'
print(google_tr('hello world', to_lang='de')) # ->'Hallo Welt'
print(google_tr('hello world', to_lang='fr')) # ->'Bonjour le monde'
print(google_tr('hello world', to_lang='ja')) # ->'こんにちは世界'
Acknowledgments
- Thanks to everyone whose code was used
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
google-tr-free-0.0.7.tar.gz
(4.7 kB
view details)
File details
Details for the file google-tr-free-0.0.7.tar.gz.
File metadata
- Download URL: google-tr-free-0.0.7.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.25.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.43.0 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0163334aff5c3675add71a6bde960fbd521655e3451abc10baa94424bc50f19
|
|
| MD5 |
cc27a4e7a3a5443f29fc1895c667a907
|
|
| BLAKE2b-256 |
38450ebf3435e9f461da9b80ac3630e3ce58045c707d105671fda6896d8f37f3
|