Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

voxa-0.0.2-py3-none-any.whl (2.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