Add a box around your text for prettier CLIs
Project description
box
Add a box around your text for prettier CLIs
Installation
pip install box
Usage
>>> import box
>>> print(box.rounded("""Lorem ipsum
... dolor sit amet.
... """))
╭─────────────────╮
│ Lorem ipsum │
│ dolor sit amet. │
╰─────────────────╯
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cli-box-0.1.1.tar.gz
(2.2 kB
view hashes)