A Python library to convert Bangla numbers (e.g., ১২৩৪) to their Bengali word representation (e.g., এক হাজার দুই শত চৌত্রিশ). This is a very early-stage library (v0.0.2) with minimal functionality and no dependencies. Use with caution in production.
pip install bnnumerizerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: call convert() with a Bangla numeral string.
Pin to specific version and test regularly.
Use str conversion if needed. For English digits, use another library like num2words or banglanumber.
Run in a Unicode-aware environment. Use print() with proper encoding.
No dependency data recorded yet.