The Voxa Language Translation Service
Project description
🌐 Voxa
Voxa is an easy-to-use Python package designed to translate text.
🛠 Installation
To get started with Voxa, simply run the following command:
pip install voxa
🚀 Usage
Using Voxa is straightforward. Below is a quick example to translate an English text into French:
import voxa
translator = voxa.Translator(source='en', target='fr')
translated_text = translator.translate("Hello")
print(translated_text)
Happy translating! 🌍
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
voxa-0.0.2.tar.gz
(2.1 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
voxa-0.0.2-py3-none-any.whl
(2.1 kB
view details)
File details
Details for the file voxa-0.0.2.tar.gz.
File metadata
- Download URL: voxa-0.0.2.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
197bf771f476b0afce4cfe5f487ce2816a9acb354a98457834925fd5bd1caf00
|
|
| MD5 |
b47fe8f7149de4886ca2954d054f1f19
|
|
| BLAKE2b-256 |
4c51da4de29f99e82cad4197307a87670c502651638c6683df92abe0b369b603
|
File details
Details for the file voxa-0.0.2-py3-none-any.whl.
File metadata
- Download URL: voxa-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bec6ad3df13b6c84c61bbdf5235d3d827188ad0be98ad1f699cdd8fc7963937d
|
|
| MD5 |
50566fa0a04bb904111f9cfd8ec72009
|
|
| BLAKE2b-256 |
aa7a760332c058983e4805a2d1c7ea17c9660a64b355bccedba373ec566f1465
|