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
Release files for Convert-number-to-word 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Convert_number_to_word-0.0.1.tar.gz | 4.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Convert_number_to_word-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:6.9 kB
Release files / Convert_number_to_word-0.0.1.tar.gz
| Download URL | Convert_number_to_word-0.0.1.tar.gz |
|---|---|
| Size | 4.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
748b19b664a358b75a228b8ec03603025b1dcdbe4a8b28b4c6d29b0457504b16
|
|
BLAKE2b-256 checksum How to use checksums |
122205d4a5866afc8a85af3d49d62c3bfb9f264ddfc92c06e35e8ed8e2928ce9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
|
Release files / Convert_number_to_word-0.0.1-py3-none-any.whl
| Download URL | Convert_number_to_word-0.0.1-py3-none-any.whl |
|---|---|
| Size | 2.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
820bccb70556f465e1f41e9ae79078e0e9e127c32b57dfa4c8c8f5a5ddb8a965
|
|
BLAKE2b-256 checksum How to use checksums |
b3f16bc4eb1480c9e1eb455226affa7ed2da096aa6a4adf8870a67e66111df24
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
|