python-translator 1.0.3

Creator: railscoder56

Last updated:

Add to Cart

Description:

pythontranslator 1.0.3

python-translator
A python library to translate text from one language to another.
Why use this?

It uses the Google API, showing the best results. And unlike other repos, does not require an API key to operate.

Install

$ pip install python-translator



Example
from python_translator import Translator

translator = Translator()
result = translator.translate("Hello world!", "spanish", "english")

print(result)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.