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 hashes)