Skip to main content

Simple module that convert the number to the Russian and Ukrainian string representation.

Project description

NUM_TO_STR_REPR

Simple module that convert the number to the Russian and Ukrainian string representation.

Start number - 0, end number -googol.

Installation

Use the package manager pip to install num-to-str-repr.

pip install num-to-str-repr

Example

from num_to_str_repr.number_converter import NumberConverter

converter = NumberConverter()
converter.convert(number)

By default the language is Russian.

from num_to_str_repr.number_converter import NumberConverter

converter = NumberConverter("UA")
converter.convert(number)

License

MIT

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

num_to_str_repr-0.0.3.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distributions

num_to_str_repr-0.0.3-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

num_to_str_repr-0.0.3-py2-none-any.whl (6.5 kB view hashes)

Uploaded Python 2

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