skip to navigation
skip to content

microsofttranslator 0.3

Microsoft Translator V2 - Python API

Downloads ↓

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á"
 
File Type Py Version Uploaded on Size # downloads
microsofttranslator-0.3.tar.gz (md5) Source 2011-07-16 4KB 486