Convert large numbers into readable numbers for humans (e.g., 1M, 2.5B). Version 0.12 is stable and mature, with low release cadence (last release 2020).
pip install numerizeVerified import paths — ran on the pinned version, not inferred.
Basic usage: convert an integer to a human-readable string.
Consider alternatives like humanize or custom formatting for active maintenance.
Use string formatting or postprocess if spaces are needed.
Run 'pip install numerize' and use 'from numerize import numerize'.
Use 'from numerize import numerize' then call numerize().
No dependency data recorded yet.