Metadata-Version: 2.1
Name: num2wordsnepalihindi
Version: 0.4.4
Summary: Number to Hindi/Nepali words conversion
Home-page: https://github.com/AarushThapa/number-to-words-nepali-hindi
Author: Aarush Thapa
Author-email: contact@aarushthapa.com.np
Keywords: number words conversion,nepali,hindi,nepali number to words,hindi words to number,nepali words to number,hindi number to words
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

## Number To Words Nepali Hindi
A simple package to convert numbers to words.

## Installation
You can install the latest version of Number To Words Nepali Hindi using pip:
```
pip install num2wordsnepalihindi
```

## Usage
```
from num2wordsnepalihindi import convert_to_words

result = convert_to_words(5)
print(result)
```
