Converts numbers to Ayeri number words.
Converts numbers to Ayeri number words. It currently only converts integer numbers, no fractions decimal or otherwise.
You’ll need Python 3 for this. Note that this is a command-line program. python ayerinumbers.py -h gives you some advice on the input:
positional arguments:n an integer number 0 <= n < 12^44optional 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 by prefixing either python or python3,
or make it executable e.g. by cding 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 input/output examples:
$ ./ayerinumbers.py 54292samang sam menang itolan-iri nay yo$ ./ayerinumbers.py 5106212samang menang men henlan-miye menang samlan-tam veyalan-hen$ ./ayerinumbers.py 636menang yo irilan$ ./ayerinumbers.py -s 207361,0000₁₂: samang men$ ./ayerinumbers.py --show-conversion 34572001₁₂: menang samlan nay men
This software comes “as-is” with no warranties expressed or implied.