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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for Convert_number_to_word-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 748b19b664a358b75a228b8ec03603025b1dcdbe4a8b28b4c6d29b0457504b16 |
|
MD5 | d71d702b1b569495ebfe9cee4e35afe4 |
|
BLAKE2b-256 | 122205d4a5866afc8a85af3d49d62c3bfb9f264ddfc92c06e35e8ed8e2928ce9 |
Hashes for Convert_number_to_word-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 820bccb70556f465e1f41e9ae79078e0e9e127c32b57dfa4c8c8f5a5ddb8a965 |
|
MD5 | 0531d6c372ab972b9e81c2bb73cbb4dc |
|
BLAKE2b-256 | b3f16bc4eb1480c9e1eb455226affa7ed2da096aa6a4adf8870a67e66111df24 |