Goslate: Free Google Translate API
Project description
goslate provides you free python API to google translation service by querying google translation website.
It is:
Free: you know it ;)
Fast: batch, cache and concurrently fetch
Simple: single file module, just Goslate().translate('Hi!', 'zh-CN')
Usage
>>> import goslate
>>> gs = goslate.Goslate()
>>> print gs.translate('hello world', 'de')
hallo welt
For batch translation, language detection, proxy support etc., please check API reference
Install
goslate support both Python2 and Python3. You could install it via:
$ pip install goslate
or just download latest goslate.py directly and use
futures is optional but recommended to install for best performance.
CLI
goslate.py is also a command line tool
Translate stdin input into Chinese
$ echo "hello world" | goslate.py -t zh-CNTranslate 2 text files into Chinese, output to UTF-8 file
$ goslate.py -t zh-CN -o utf-8 source/1.txt "source 2.txt" > output.txt
use --help for detail usage
$ goslate.py -h
Contribute
Report issues & suggestions
Fork repository
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 Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file goslate-1.1.3-py2.7.egg.
File metadata
- Download URL: goslate-1.1.3-py2.7.egg
- Upload date:
- Size: 14.4 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fca71565c0c7e694a921cf914e59fa89935b1ece947aaa8fc33eb346b2e230f
|
|
| MD5 |
fd1e04c7f0d319af823a1086804b4391
|
|
| BLAKE2b-256 |
99a8d2fbc07f514b1b4d72ec80e25ac5b6e4b158245ec5c12087194134ecab11
|