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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
text_translate-1.0.0.tar.gz
(2.1 kB
view details)
File details
Details for the file text_translate-1.0.0.tar.gz
.
File metadata
- Download URL: text_translate-1.0.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.2 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e39127ddbe6a26ddd3c4b19f5ae4f7ad107ab789bf36d91cd81b393688380117
|
|
MD5 |
9e4b92d5687993615e7e1d6a2b00f270
|
|
BLAKE2b-256 |
017c56f66decb5f55f1a955e683826ec7a811826cbf51152581112d4c42b6dc3
|