Tarakimu¶
A python library for number to Swahili words conversion
- Free software: BSD license
- Documentation: https://tarakimu.readthedocs.io.
Basic Usage¶
Examples
Using Python
from tarakimu import num_to_words
num_to_words('88') # returns 'themanini na nane'
num_to_words(88.88) # returns 'themanini na nane nukta nane nane'
num_to_words('-88000000') # returns 'hasi kuadrilioni themanini na nane'
Using command line interface
$ tarakimu numtowords 88 -l sw # writes to the standard output 'themanini na nane'