Skip to content

Commit

Permalink
Some further stuff in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
carbeck committed Feb 16, 2015
1 parent 4aab9db commit ca70340
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AYERINUMBERS.PY
===============

Converts numbers to [Ayeri](http://benung.nfshost.com) number words. So far (February 4, 2015) only converts integer numbers, no fractions.
Converts numbers to [Ayeri](http://benung.nfshost.com) number words. It currently only converts integer numbers, no fractions decimal or otherwise.

Executing the Script
--------------------
Expand All @@ -14,8 +14,13 @@ You'll need Python 3 for this. Note that this is a *command-line program*. `pyth
optional arguments:
-h, --help show this help message and exit
-s, --show-conversion show the conversion into base 12
You may need to call the python script either by prefixing `python` or `python3`,
or make it executable e.g. by `cd`ing to the directory the file is in, and then
doing `chmod +x ayerinumbers.py`. You should then be able to just start the
program with `./ayerinumbers.py`.

Some output examples:
Some input/output examples:

$ ./ayerinumbers.py 54292
samang sam menang itolan-iri nay yo
Expand All @@ -27,7 +32,7 @@ Some output examples:
menang yo irilan

$ ./ayerinumbers.py -s 20736
10000₁₂: samang men
1,0000₁₂: samang men

$ ./ayerinumbers.py --show-conversion 3457
2001₁₂: menang samlan nay men
Expand Down

0 comments on commit ca70340

Please sign in to comment.