A simple wrapper for translating text using Google Translate API
Project description
ugTranslate
ugTranslate is a simple Python wrapper for translating text using the Google Translate API.
Translate without getting blocked!
Installation
pip install ugTranslate
Usage
python
from ugTranslate import translate_text
# Translate text from English to Spanish
response = translate_text("Hello, world!", input_lang='en', output_lang='es')
print(response)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ugtranslate-0.2.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ugtranslate-0.2.tar.gz.
File metadata
- Download URL: ugtranslate-0.2.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a30d51034e3221c2928d2ce7336fdae529e222fbc59901197d769942d20bc0f
|
|
| MD5 |
8f0fb024bb668633e7f0fe6c221327e0
|
|
| BLAKE2b-256 |
19b65b6eec2ed1d84e15b9fb5d462298a50ab36bf4fd99a40827e9cd6f404d60
|
File details
Details for the file ugTranslate-0.2-py3-none-any.whl.
File metadata
- Download URL: ugTranslate-0.2-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbc01297d58aff5929fc00cc003ce95f4f8429a1f5c3b7c0580e57507e88a7a3
|
|
| MD5 |
d98ef753f765b29b314107b1d1352163
|
|
| BLAKE2b-256 |
46bc01f5cbe1c997273a068d4dc4b9e4131a597f9019b151bee1ef7132d88300
|