Skip to main content

A packeg to convert number to string iin hindi

Project description

num2wordshindi

Convert number to hindi string

How to Use: convert number to string

engine = Num2wordshindi(num) # enter the number you want to change converted_string = engine.to_words() # to convert in words convert number to currency converted_currency = engine.to_currency() # to converrt in indian currency (ruppes, paisa)

Eg:

engine = Num2wordshindi(3265.21) words = engine.to_words() curency = engine.to_currency() print(words) print(currency)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

num2wordshindi-0.0.1.tar.gz (1.4 kB view hashes)

Uploaded Source

Built Distribution

num2wordshindi-0.0.1-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page