Small int to words library
Project description
Number to String (int2str library)
This is a small Python library for create the string representation of a give positive integer number (N), passed as argument.
Instalation
pip install int2str
Get started
from int2str import int2str
>>> int2str(5)
'five'
>>> int2str(55)
'fifty-five'
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
int2str-0.1.0.tar.gz
(2.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file int2str-0.1.0.tar.gz.
File metadata
- Download URL: int2str-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f762d372100a66854e7fa6eff62ed81ede987a96f4060c373ae4398a2266bf97
|
|
| MD5 |
43da29e646e801c0d59fa99419dd1742
|
|
| BLAKE2b-256 |
4773bc9c215b1c0dcff503a9ab096367c5f918cd6a410b84e73642fc0db7ca8d
|
File details
Details for the file int2str-0.1.0-py3-none-any.whl.
File metadata
- Download URL: int2str-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0509eabbb30c221105379de9d6d312d8ee42112ebf2daec487efaa43f929966a
|
|
| MD5 |
5246ae7e6dbf566907ed9842c998bd5e
|
|
| BLAKE2b-256 |
aaddf5804eafac64f0027699d8e8b7f38ddf3267465e5cb884d73de8e893f57d
|