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.1.tar.gz
(2.2 kB
view details)
Built Distributions
boxing-0.1.1-py3.6.egg
(2.0 kB
view details)
File details
Details for the file boxing-0.1.1.tar.gz
.
File metadata
- Download URL: boxing-0.1.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b787dfc5cfe5fe14a5faffb9156c74e025f931360e58c42fb9d62c7183862b09
|
|
MD5 |
37d5250f0c079cefda156dd6cf72cdb4
|
|
BLAKE2b-256 |
9135afbb430b26593ec863c92b313c19644f067082b8f5485572e565b20e6b92
|
File details
Details for the file boxing-0.1.1-py3.6.egg
.
File metadata
- Download URL: boxing-0.1.1-py3.6.egg
- Upload date:
- Size: 2.0 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3fbb260b50d3a6ae8ffbc0fa46ad947db8d5eb86c7e052241f24d7482a001438
|
|
MD5 |
ebbbfaa27b8778a2ee5f94cfb812c014
|
|
BLAKE2b-256 |
ad83554fb33c3db25c68d8050461579bef6549aed9f8860abde54a67cb75b627
|
File details
Details for the file boxing-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: boxing-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
821120e1f97ec5026cf554ed8bc2c6e1ea3591c2d67deee910d8bd2ab4bc1029
|
|
MD5 |
2053957b221d5e9b29c28912a18e0815
|
|
BLAKE2b-256 |
426fbdb1d88c17167de46739091323b005019bcfb4daa65ca64a108eb4e49c58
|