Registry / bnnumerizer

bnnumerizer

JSON →
library0.0.2pypypi✓ verified 80d ago

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 bnnumerizer
INSTALL
IMPORT
SIG · BNNUMERIZER
B
bnnumerizer
pythonv0.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

numerize
from bnnumerizer import numerize
from bnnumerizer import convert

Basic usage: call convert() with a Bangla numeral string.

from bnnumerizer import convert # Convert a Bangla numeric string to words result = convert('১২৩৪') print(result) # 'এক হাজার দুই শত চৌত্রিশ'
Debug
Known issues
deprecatedLibrary is in very early development (v0.0.2). API may change without notice.
fix
Pin to specific version and test regularly.
affects: <=0.0.2
gotchaInput must be a string of Bengali digits (e.g., '১২৩'), not integer or English digits.
fix
Use str conversion if needed. For English digits, use another library like num2words or banglanumber.
affects: all
breakingOutput uses Bengali script (Unicode). Ensure your terminal/editor supports Bengali rendering.
fix
Run in a Unicode-aware environment. Use print() with proper encoding.
affects: all
Upgrade
Version history
0.0.2latest on PyPI · released Oct 11, 2022
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
bnnumerizer — pip install bnnumerizer · libregistry