Metadata-Version: 2.1
Name: gisa
Version: 1.0.2
Summary: Gisa is a Python package that converts numbers into Malagasy words.Returns its corresponding Malagasy word representation.
Home-page: https://github.com/mattnix4/gisa
Author: Matt Nix
Author-email: dorints.mg@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Gisa

Gisa is a Python package that converts numbers into Malagasy words. It provides a function `number_to_word` that takes a numeric input and returns its corresponding Malagasy word representation.

## Installation

You can install gisa.manisa using pip:

```bash
pip install gisa
```

## Usage

To use gisa, you need to import it first:

```python
from gisa.manisa import number_to_word
```

Then, you can call the number_to_word function to convert a number to its Malagasy word representation:

```python
word = number_to_word(586)
print(word)  # outputs "enina ambiny valopolo sy dimanjato"

```

## Limitations

It's important to note that the "gisa" package does not currently include functionality to convert Malagasy words to their numerical value. The `int_to_word` and `float_to_word` functions are designed to convert numbers to their Malagasy word representation, but there is no equivalent function to convert Malagasy words back to their numerical value. Also, the package currently only supports the Malagasy language.

## License

This package is licensed under the MIT License. See the LICENSE file for more information.


