/translate_six

Primary LanguagePythonMIT LicenseMIT

translate_six

A simple package based on the google translation interface

example:

from translate import GoogleTranslate

Translate = GoogleTranslate()

result = Translate.start_translate("hello")