Wideprint
Installation
pip install wideprint
Usage
def print_columns(data:Iterable, columns:int=3, sep:str=" ", alignment:Literal[">","<","^"]=">")
from wideprint import print_columns
print_columns(
data = ["aaaa","b","c","d","e","f","g","h","i","j","kkk","l","m","n","o"],
columns = 3,
sep = " ",
alignment = "<"
)
aaaa b c
d e f
g h i
j kkk l
m n o
License
wideprint is distributed under the terms of the MIT license.
Release files for wideprint 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wideprint-0.1.1.tar.gz | 3.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wideprint-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.3 kB
Release files / wideprint-0.1.1.tar.gz
| Download URL | wideprint-0.1.1.tar.gz |
|---|---|
| Size | 3.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a22eebf7635f848605a1451dc5fd68ef38d9bdc8a78cbe389dbb1ecd24ba9df3
|
|
BLAKE2b-256 checksum How to use checksums |
a9ba874fcfdb4366ee8fa8f19dcf7d573350bec270b9e57e9a0e411fca23f2b0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.4
|
Release files / wideprint-0.1.1-py3-none-any.whl
| Download URL | wideprint-0.1.1-py3-none-any.whl |
|---|---|
| Size | 2.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7d3450f38253b5af80973819ddbbe4168cb071ba52a9797f431839353fbc664d
|
|
BLAKE2b-256 checksum How to use checksums |
f2b7863bd020f376c2d3a6eae6a696d822f5e5ac080198304739b877f43dd13e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.4
|