Metadata-Version: 2.4
Name: farsi-number-words
Version: 1.0.0
Summary: Complete Persian number to words converter with multiple output formats
Home-page: https://github.com/yourusername/farsi-number-words
Author: Your Name
Author-email: your.email@example.com
Keywords: persian,farsi,number,words,converter,currency,text
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: flask>=2.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

pip install farsi-number-words

# استفاده در پایتون
from farsi_number import NumberToWords
converter = NumberToWords()
print(converter.convert(1250000, currency='toman'))

# استفاده از CLI
farsi-number 1250000 500000 --currency toman --output json
