Metadata-Version: 2.1
Name: pernum2string
Version: 0.0.9
Summary: this module convert number persian word
Home-page: https://github.com/pypa/sampleproject
Author: mahsa homayooniya
Author-email: homayooniya@gmail.com
License: 'MIT'
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

This module convert number persian word. if you pass a number '123' then, it will return " صد و بیست و سه "


installation
Run the following command to install: pip install pernum2string


Usage

# Import say_number from pernum2string
 from pernum2string import say_number

 # Generate 'Number'
 say_number(123)

 print(say_number(123))

