Skip to main content

Converts integers to number name

Project description

Installation

pip install numbername

Usage

Convert integers to number name

from numbername import to_number_name
print to_number_name(1123)
#ouputs: one thousand one hundred and twenty three

Convert integers to comma placed number

from numbername import to_comma_placed
print to_number_name(1123)
#outputs: 1,123

Limitations

  1. Works only with non-negative numbers

  2. Works only with integers

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

numbername-0.0.6.tar.gz (2.5 kB view hashes)

Uploaded Source

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