humanize

Package — UtilityPython 3.7+Beginner

Human-readable numbers, dates, file sizes, time deltas

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (pure Python)
Install
pip install humanize

Learn by Difficulty

Quick Example

python
# Install: pip install humanize
import humanize

# Basic humanize usage
print(f"Using humanize")
# See documentation for detailed examples

humanize is a third-party package. Human-readable numbers, dates, file sizes, time deltas. Install with: pip install humanize

Try in Playground

Tags

packageutilityhelper