Metadata-Version: 2.1
Name: gisa
Version: 1.0.0
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

Please note that gisa.manisa only supports numbers up to 10^13, beyond which it returns an error message. 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.



