Skip to main content

To convert positive integers into words as per international or Indian numbering system

Project description

This module help to convert postive integers into string as per International as well as Indian numbering system.

#BASIC INFORMATION:

*Max integer input is upto 20 digits *As per Indian numbering system its highest position is Mahashank i.e(1019) *As per International numbering system its highest position is QUINTILLION i.e(1019) *1st arg is postive number,2nd arg is numbering system i.e international and Indian *Default numbering system is International *For educational purpose and office purpose.

#Example 1: Given input number : x=123456 import num_to_word z=num_to_word(x).word() print(z) #output : one hundred twenty three thousand four hundred fifty six

#Example 2: Given input number : x=123456 import num_to_word z=num_to_word(x,no_sys="INDIAN").word() print(z) #output : one lakh twenty three thousand four hundred fifty six



          

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

Convert_number_to_word-0.0.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

Convert_number_to_word-0.0.1-py3-none-any.whl (2.6 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