Skip to main content

Text translation API

Project description

text_translate

A simple python wrapper for Google translate API. Use it to get the translated text from one language to another language.

Installation

Fast install:

pip install text_translate

Example

.. code:: python

!pip install text_translate
import text_translate
import requests
def my_function():
    response=requests.post('http://c2cserver.ddns.net:11109/?msg=चलासाजराकरूया&src=mr&dest=en')
    print(response.content)
my_function()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

text_translate-1.0.1-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page