Tarakimu
A Python based utility for Swahili and English number to words conversion.
Install / Use
/learn @tehamalab/TarakimuREADME
======== Tarakimu
.. image:: https://img.shields.io/pypi/v/tarakimu.svg :target: https://pypi.python.org/pypi/tarakimu
.. image:: https://img.shields.io/travis/tehamalab/tarakimu.svg :target: https://travis-ci.org/tehamalab/tarakimu
.. image:: https://readthedocs.org/projects/tarakimu/badge/?version=latest :target: https://tarakimu.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
.. image:: https://pyup.io/repos/github/tehamalab/tarakimu/shield.svg :target: https://pyup.io/repos/github/tehamalab/tarakimu/ :alt: Updates
A tool for Swahili and English number to words conversion written in Python
- Free software: BSD license
- Documentation: https://tarakimu.readthedocs.io.
Installation
To install tarakimu library you can use pip:
.. code-block:: console
$ pip install tarakimu
Basic Usage
Examples
Using Python
.. code-block:: 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'
num_to_words('88', lang='en') # returns 'eighty eight'
Using command line interface
.. code-block:: console
$ tarakimu numtowords 88 # writes to the standard output 'themanini na nane'
OR
.. code-block:: console
$ tarakimu numtowords 88 -l en # writes to the standard output 'eighty eight'
Related Skills
node-connect
340.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
84.2kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
84.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
340.5kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
