A Python module to translate
Project description
ling2me
A Python module to Translate with Ling2me.com,.
How to Install
To install using pip run:
pip install ling2me
How to use this module
This module can be used to translate.
See following example:
from ling2me import Ling2MeRequest
translated_text = Ling2MeRequest.translate(apikey, source_text, from_language, to_language)
print(translated_text)
Customer Support
Simply reach out to us via Telegram Group or or write us an email.
Sign up to get a API key.
Licence
This software is licensed under the GNU General Public License (version 3) as published by the Free Software Foundation this licence http://www.gnu.org/licenses/ . If you would want a different licence please contact me, on twitter @nicolasmarin.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.