Skip to content
/ gisa Public

Gisa is a Python package that converts numbers into Malagasy words.Returns its corresponding Malagasy word representation.

License

Notifications You must be signed in to change notification settings

mattnix4/gisa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

pip install gisa

Usage

To use gisa, you need to import it first:

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:

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.

About

Gisa is a Python package that converts numbers into Malagasy words.Returns its corresponding Malagasy word representation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages