Skip to content

unison3/azure-translator-python-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-translator-python-sdk

CircleCI PyPI version License

For more information on Azure translator API, follow their documentation.

Installation

pip install azure-translator

Usage

>>> from azure_translator import Translator

>>> t = Translator('your_api_key')
>>> t.translate('Je suis fatigué')
'I am tired'

>>> t.translate("Hello", to='fr')
'Bonjour'

>>> t.translate("Aujourd'hui", source_language='fr')
'Today'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.3%
  • Shell 0.7%