Skip to main content

Python converter of numbers in figures to words

Project description

Given any number up to a vigintillion, this class will return the same number in words

requirements

  • python3

running the tests

python tests.py

using custom tests

Import NumbersToWords;
NumbersToWords("45781", add_and=False).words # for when the conjuntion "and" is unnecessary
NumbersToWords("45781", add_and=True).words # for when the conjuntion "and" is necessary

# replace 45781 with custom numbers as desired within the bounds

Assumptions

The class only works with strings. We are not handling

  • negative integers
  • direct integers.

You have to pass the number intended as a string Of course a serializer can be used to validate this in production if it was user input.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

number_to_words-0.1.2-py3-none-any.whl (6.6 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