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 Script

from numtogreek.numtogreek import n2g

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

n2g(1234.09)

n2g(99999999.99)

n2g(9.00)

From Python Console

>>> from numtogreek.numtogreek import n2g
>>> n2g(848922.01)
'Οκτακόσιες Σαράντα Οκτώ Χιλιάδες Εννιακόσια Είκοσι Δύο και Ένα'
>>> n2g(848922.01, True)
'Οκτακόσιες Σαράντα Οκτώ Χιλιάδες Εννιακόσια Είκοσι Δύο Ευρώ  και Ένα Λεπτό'
>>> n2g(848922.01, True, 'lower')
'οκτακόσιες σαράντα οκτώ χιλιάδες εννιακόσια είκοσι δύο ευρώ  και ένα λεπτό'
>>> n2g(848922.01, True, 'upper')
'ΟΚΤΑΚΌΣΙΕΣ ΣΑΡΆΝΤΑ ΟΚΤΏ ΧΙΛΙΆΔΕΣ ΕΝΝΙΑΚΌΣΙΑ ΕΊΚΟΣΙ ΔΎΟ ΕΥΡΏ  ΚΑΙ ΈΝΑ ΛΕΠΤΆ'
>>>

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.9.1b1.zip (28.1 kB view details)

Uploaded Source

numtogreek-0.9.1b1.tar.gz (22.1 kB view details)

Uploaded Source

File details

Details for the file numtogreek-0.9.1b1.zip.

File metadata

  • Download URL: numtogreek-0.9.1b1.zip
  • Upload date:
  • Size: 28.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for numtogreek-0.9.1b1.zip
Algorithm Hash digest
SHA256 a8996cbb1d549ba1a22ca26d65eb318c5595bc815d2e9d6577a3576d6e49dbfc
MD5 1cf9f80c6f974774c3cae51d0c0fe886
BLAKE2b-256 5c795b62f3c42162c26d498641fb36fae047bf23645b164d925b9443e5aa8e39

See more details on using hashes here.

File details

Details for the file numtogreek-0.9.1b1.tar.gz.

File metadata

File hashes

Hashes for numtogreek-0.9.1b1.tar.gz
Algorithm Hash digest
SHA256 6be55857c1875da867e60108ca58837784edb0b0a985fb7c6b425076923f2afd
MD5 7ac85dd2052fd8374222c7a05bfb63a7
BLAKE2b-256 9a6bae7fe08f3b9d24c0edf8dd7746e066bd8a445730781035f2bf31c84a02f3

See more details on using hashes here.

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