This Library is used for manage numbers with different methods. Method int2str is included in this library.
Project description
num_management
This Library is used for manage numbers with different methods.
Methods:
int2str
This method convert integer values to string value
Example: 25 is converted to "twenty five"
Installation and Use :
To install in your console (assuming you have Python installed Version >=3.6) enter the command
pip install num_management
Then run python REPL
python
To use the method int2str import the module num_management and execute int2str(n)
>>> from num_management import int2str
>>> int2str(45)
'forty five'
>>> int2str(55)
'fifty-five'
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
num_management-1.0.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file num_management-1.0.tar.gz
.
File metadata
- Download URL: num_management-1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec11493abc1273f46fb5d0c0ee8afe86a6bf912d49f3e63dc0e094dcbf11bbe3 |
|
MD5 | 2059a9294c6f47baedf34a804c2d27fe |
|
BLAKE2b-256 | 5a368f1777364d79983d80d5d7d3eca4f832815f5f2712bd4d19f492a5604226 |
File details
Details for the file num_management-1.0-py3-none-any.whl
.
File metadata
- Download URL: num_management-1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a74d3fc3d59f17eb985f131a2975a0676bf6c53b480f3f4e0afe0bc3dbe87cea |
|
MD5 | 7d28a80f14bca5734aa0b570765b8f31 |
|
BLAKE2b-256 | 1bcfd3bf22ec34ad91d29f522d831c8ac4b050c1db1545a255526e3c26be7a9c |