Num2Kabyle: A CLI tool to convert numbers to their Kabyle (Taqbaylit) word equivalents.
python num2kabyle.py 123456789
Kabyle Number Converter
Usage:
python num2kabyle.py <number> # Convert a single number
python num2kabyle.py <start>-<end> # Convert a range of numbers (inclusive)
Examples:
python num2kabyle.py 1203514 # Single number conversion
python num2kabyle.py 10-100 # Convert numbers from 10 to 100
Supported ranges:
Numbers up to 999,999,999,999 are supported.