A simple int-to-string converter to covert numbers like 10 to strings like ten
Project description
numtostring
Numtostring(or numbertostring, as the import name is) is a tool for converting numbers/ints like 10 to pieces of text like ten!
Example of usage
import numbertostring as numtostring
print(numtostring.convert(245))
# Output: two hundred and forty 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
numtostring-0.1.2.1.tar.gz
(3.0 kB
view hashes)