Skip to main content

Break numbers into digits with their names

Project description

digitize - open source available library for determining the bit depth of a number with the output of its name

from digitize import Exact

var = Exact

print(var.discharge(5000)) # Output: 5,000
print(var.discharge(51030.4853)) # Output: 51,030.48
print(var.discharge(51030.4853, True, "en/ru")) # Output: 51,030.48 thousand

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

digitize-1.1.0.tar.gz (1.3 kB view hashes)

Uploaded Source

Built Distribution

digitize-1.1.0-py3-none-any.whl (1.3 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