Draw boxes like never before!
Project description
Draw boxes like never before! Python porting of boxen.
Install
pip install boxing
or
pipenv install boxing
Usage
boxing(text, style='single', margin=1, padding=1)
>>> from boxing import boxing
>>> boxing("Hello, world!")
┌───────────────────┐
│ │
│ Hello, world! │
│ │
└───────────────────┘
>>> boxing("boxing", style="double", padding=2, margin=1)
╔══════════════════╗
║ ║
║ ║
║ boxing ║
║ ║
║ ║
╚══════════════════╝
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
boxing-0.1.4.tar.gz
(2.3 kB
view hashes)
Built Distributions
boxing-0.1.4-py3.6.egg
(2.5 kB
view hashes)
boxing-0.1.4-py3-none-any.whl
(3.9 kB
view hashes)
boxing-0.1.4-py2.7.egg
(2.6 kB
view hashes)
boxing-0.1.4-py2-none-any.whl
(4.0 kB
view hashes)