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. More than two digits, will be truncated.

  • Float numbers max = 99,999,999,999,999.98

  • Integer numbers max = 999,999,999,999,999,999,999,999

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.11.0b0.zip (32.2 kB view details)

Uploaded Source

numtogreek-0.11.0b0.tar.gz (25.8 kB view details)

Uploaded Source

File details

Details for the file numtogreek-0.11.0b0.zip.

File metadata

  • Download URL: numtogreek-0.11.0b0.zip
  • Upload date:
  • Size: 32.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for numtogreek-0.11.0b0.zip
Algorithm Hash digest
SHA256 10def366f3a0349e7ca59e35e0ce8e2c0012b6d0acfe42b28d9d97d3239209a4
MD5 a2fc69a9b5458cc732471595b3fa9392
BLAKE2b-256 ca7ef3cea9b790e297863a4037d047e6f985866878d61356c64f07859bce5359

See more details on using hashes here.

File details

Details for the file numtogreek-0.11.0b0.tar.gz.

File metadata

File hashes

Hashes for numtogreek-0.11.0b0.tar.gz
Algorithm Hash digest
SHA256 c32dea676015c9e809beb04c51ec3531a9e680c3e907942a5934f2275aa59a4b
MD5 edcd10cb694a0fd1860678d77bac0961
BLAKE2b-256 0c111df0386845ff4b7a4df750831b298f036e4b389a028234dcfc90bf4e876e

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