🌐 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! 🌍
Release files for voxa 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| voxa-0.0.2.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| voxa-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:4.2 kB
Release files / voxa-0.0.2.tar.gz
| Download URL | voxa-0.0.2.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
197bf771f476b0afce4cfe5f487ce2816a9acb354a98457834925fd5bd1caf00
|
|
BLAKE2b-256 checksum How to use checksums |
4c51da4de29f99e82cad4197307a87670c502651638c6683df92abe0b369b603
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.7
|
Release files / voxa-0.0.2-py3-none-any.whl
| Download URL | voxa-0.0.2-py3-none-any.whl |
|---|---|
| Size | 2.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bec6ad3df13b6c84c61bbdf5235d3d827188ad0be98ad1f699cdd8fc7963937d
|
|
BLAKE2b-256 checksum How to use checksums |
aa7a760332c058983e4805a2d1c7ea17c9660a64b355bccedba373ec566f1465
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.7
|