Metadata-Version: 2.1
Name: jazyk
Version: 0.3.2
Summary: 
Author: walid
Author-email: walid.sa3d@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: deep-translator (>=1.11.4,<2.0.0)
Requires-Dist: rich (>=13.7.1,<14.0.0)
Requires-Dist: uroman (>=1.3.1.1,<2.0.0.0)
Description-Content-Type: text/markdown

# Jazyk 🌍🗣️

Jazyk is a powerful command-line tool that brings the world's languages to your fingertips. Translate words and phrases into multiple languages simultaneously, complete with romanization for non-Latin scripts.

## Features ✨

- Translate to multiple European languages at once
- Asynchronous translation for speed
- Romanization of non-Latin script languages
- Beautiful, colorful console output
- Easy-to-use command-line interface

## Installation 🚀

Ensure you have Python 3.10 or higher installed. Then, install Jazyk using pip:

```bash
pip install jazyk
```
## Usage 💻
Translate a word or phrase using the command:
```sh
jazyk "Hello, world!"
```
## Example Output 📊
```
┌────────────────────────────────────────────┐
│   Translating 'Hello, world!' to All languages   │
└────────────────────────────────────────────┘

English:     Hello, world!
French:      Bonjour le monde!
German:      Hallo Welt!
Spanish:     ¡Hola Mundo!
Italian:     Ciao mondo!
Russian:     Привет, мир!/Privet, mir!
Japanese:    こんにちは、世界！/Kon'nichiwa, sekai!
```
## Contributing 🤝
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

## License 📄
This project is MIT licensed.
