microsofttranslator 0.3
Microsoft Translator V2 - Python API
This python API implements the Microsoft Translator services which can be used in web or client applications to perform language translation operations. The services support users who are not familiar with the default language of a page or application, or those desiring to communicate with people of a different language group.
Example Usage:
>>> from microsofttranslator import Translator
>>> translator = Translator('<Your API Key>')
>>> print translator.translate("Hello", "pt")
"Olá"
Bugs and Development on Github
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| microsofttranslator-0.3.tar.gz (md5) | Source | 2011-07-16 | 4KB | 486 | |
- Author: Openlabs Technologies & Consulting (P) Limited
- Home Page: http://openlabs.co.in/
- Keywords: translation microsoft
- License: BSD
- Categories
- Package Index Owner: sharoonthomas
- DOAP record: microsofttranslator-0.3.xml
