Skip to main content

Converts Numbers (Integers and Floats) 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 import n2g

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

n2g(1234.09)

n2g(99999999.99)

n2g(9.00)

From Python Console

>>> from 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-1.0.0.zip (30.4 kB view details)

Uploaded Source

numtogreek-1.0.0.tar.gz (23.3 kB view details)

Uploaded Source

File details

Details for the file numtogreek-1.0.0.zip.

File metadata

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

File hashes

Hashes for numtogreek-1.0.0.zip
Algorithm Hash digest
SHA256 0000b925c75b0a5d63b65c7d167b1ca9c6079d06603244002d682d006a9752c1
MD5 84ea2f1dd58a3b4f96efa6799eac6332
BLAKE2b-256 2c458b553b244d1911eb1060b60e2853876c450ea2835207f1c647ba089607ff

See more details on using hashes here.

File details

Details for the file numtogreek-1.0.0.tar.gz.

File metadata

  • Download URL: numtogreek-1.0.0.tar.gz
  • Upload date:
  • Size: 23.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for numtogreek-1.0.0.tar.gz
Algorithm Hash digest
SHA256 1371ff8c4ea9082940483d6f2641ad6eddf252dc3611cd497ae05373df204e6e
MD5 20278ec33343c908ba6f6eb32571993c
BLAKE2b-256 86f5ec2613321ed44c7f540d2ff0971c72d0b466a32eab5395817731a6a59a29

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