Skip to content

bahn/bingtrans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bingtrans

Bingtrans is a Python library for interfacing with Microsoft Translate API.

Bingtrans is licensed under the Apache Licence, Version 2.0

Features

Bingtrans can:

  • translate a text or html file in a language into another language

You are welcomed to expand this module.

Install

python ./setup.py install

Example

import bingtrans
bingtrans.set_app_id(YourAppID)  # you can get your AppID at: http://www.bing.com/developers/
print bingtrans.translate('hello', 'en', 'ko')

Homepage

http://github.com/bahn/bingtrans

Byung Gyu Ahn <bahn@cs.jhu.edu>

About

Python Library for interfacing with Microsoft Translate API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages