Beautiful, customizable boxes in your terminal using Python. Current version 1.3.0 requires Python >=3.8. Actively maintained.
pip install pyboxenVerified import paths — ran on the pinned version, not inferred.
Basic usage: prints a box with title and subtitle.
Upgrade to pyboxen >=1.2.0, which allows rich>=12.5.1 (including v13).
Use Python 3.8+ or pin pyboxen<1.1.1 if stuck on older Python.
Refer to current docs for correct parameter list: title, subtitle, color, etc.
Use: from pyboxen import boxen
Check current API: use 'color' and other valid parameters. See documentation.
Install rich: pip install rich>=12.5.1