Skip to main content

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


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)

Uploaded Source

Built Distribution

int2str-0.1.0-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page