Skip to main content

Converts Numbers to Greek Words

Project description

Converts Numbers to Greek words.

Installation

  • With pip:

    • pip install numtogreek

  • Running setup:

    • wget -c https://pypi.python.org/packages/source/n/numtogreek/numtogreek-0.8.0b2.tar.gz

    • tar zxfv numtogreek-x.y.z.tar.gz cd numtogreek-x.y.z.tar.gz

    • python3 setup.py install as administrator, or sudo python3 setup.py install

Restrictions:

  • Float numbers, only with to two decimal digits.

  • Integer numbers max = 99,000,000,000,000

Usage

from numtogreek.numtogreek import n2g

for i in range(20):
    n2g(i)

n2g(1234.09)

n2g(99999999.99)

n2g(9.00)

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

numtogreek-0.8.0b7.zip (26.4 kB view hashes)

Uploaded Source

numtogreek-0.8.0b7.tar.gz (21.1 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