Metadata-Version: 2.1
Name: cntp
Version: 0.0.10
Summary: Converting numbers to Persian package
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Author-email: Seyed Danial Alizadeh <mail.danial@yahoo.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Converting Number To Persian Package

This package help to convert number into string as Persian numbering system.

#BASIC INFORMATION:

*Max integer input is upto 100 digits *For educational purpose and office purpose.

#Example:

from cntp import module

result = module.convert(123456)

print(res)  #output : یکصد و بیست و سه هزار و چهارصد و پنجاه و شش 