pyprint-special
Project description
Pretty Print
Rules :-
- list should be 2 dimensional
- every list inside the list should be equal length
for example:
- [["item1","item2"], ["item3","item4"], ["item5","item6"]]
For Example :-
from prettyprint import prettyprint
p = prettyprint([[1,2,3],[2,3,23]])
print(p.prettyprint())
output :-
--------------------
| 1 | 2 | 3 |
--------------------
| 2 | 3 | 23 |
--------------------
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyprint-special-1.0.0.0.0.tar.gz.
File metadata
- Download URL: pyprint-special-1.0.0.0.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4155a90d96a5559a40c3953dc85b8f2ddbd9df60de4b505a505066ed136c82d
|
|
| MD5 |
97011531bb894af5057dd893ba8bd8e9
|
|
| BLAKE2b-256 |
2bb48c7634a71241639252a596c282ee20ceb107742e216e8256066304380cd6
|