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.2.tar.gz
(2.2 kB
view details)
Built Distributions
boxing-0.1.2-py3.6.egg
(2.3 kB
view details)
File details
Details for the file boxing-0.1.2.tar.gz
.
File metadata
- Download URL: boxing-0.1.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1bcb903ce68c6ba4102af8e56dd459185bd661c7ce85c4e71225d8fd6ab64277
|
|
MD5 |
d4397fb2263e1c415a91881ff67d6218
|
|
BLAKE2b-256 |
d1d84a7b6cde1fd30708cb227ad90ff80c111a7fbbc6ae468ef1579197fdabf4
|
File details
Details for the file boxing-0.1.2-py3.6.egg
.
File metadata
- Download URL: boxing-0.1.2-py3.6.egg
- Upload date:
- Size: 2.3 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
136bd90e3271d13fd22a41b170a61b2375fbbd1d10d86e86c23d40b2df4bcb9d
|
|
MD5 |
1529a2aee2dfe9f8422142771a3fcf86
|
|
BLAKE2b-256 |
f93f8154c0721a65b120b68feda3e9c9c29c2ae320449ffa2b41b352f295209e
|
File details
Details for the file boxing-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: boxing-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9fc4112169dfa38640665f27acf4485e3b801d0f1d17ffabfc1c7e886a9c0f96
|
|
MD5 |
e493c48bebb13a02b0fb8ce3f4dd14b9
|
|
BLAKE2b-256 |
d76991ae448423f13ea01654bb6130a8d2597efb63379973d0461453998955f4
|