Converts Numbers to Greek Words
Project description
Numbers To Greek
================
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
-----
.. code:: python
from numtogreek.numtogreek import n2g
for i in range(20):
n2g(i)
================
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
-----
.. code:: python
from numtogreek.numtogreek import n2g
for i in range(20):
n2g(i)
Project details
Release history Release notifications | RSS feed
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.0b4.zip
(14.0 kB
view details)
numtogreek-0.8.0b4.tar.gz
(7.5 kB
view details)
File details
Details for the file numtogreek-0.8.0b4.zip
.
File metadata
- Download URL: numtogreek-0.8.0b4.zip
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b38c983036180dbb7ddc516653b3f4f776cd543810e6191825b3c0322ff5ed4c |
|
MD5 | e25c6c6f9c0126ed4d0d194f2c0a98bd |
|
BLAKE2b-256 | 4d8277f620f82a58e6c00d22030844574b9db524b6d152b9088529cf9f7f8879 |
File details
Details for the file numtogreek-0.8.0b4.tar.gz
.
File metadata
- Download URL: numtogreek-0.8.0b4.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24ce1f887d50bcab80e5456dc7d57e4a6d10f5142144a2dbd6ac6c4738fafb06 |
|
MD5 | 3ccb8b831238e6013229518816f221af |
|
BLAKE2b-256 | 7d76fc8c334a475699d602c8c407c7cdc5f453b0372d2c8d41ff2fa12c117943 |