eye catching and informative seperator utilities for long shell client outputs
Project description
Seperator
Usage Samples:
from seperator.lines import line
line()
line("Hello World")
line("Hello World",width=80)
line("Hello World",char='*')
line("Hello World",color='red')
line("Hello World",align=5)
line("Hello World",align=-5)
line("Hello World",margin=(5,5))
────────────────────────────────────────────────────────────────────────────────
─ Hello World ──────────────────────────────────────────────────────────────────
─ Hello World ────────────────────────────────────
* Hello World ******************************************************************
─ Hello World ──────────────────────────────────────────────────────────────────
───── Hello World ──────────────────────────────────────────────────────────────
────────────────────────────────────────────────────────────── Hello World ─────
─ Hello World ──────────────────────────────────────────────────────────
from seperator.lines import dateline
# you cannot additional
# info but other parameters are same with line
dateline()
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
seperator-0.0.9.tar.gz
(2.4 kB
view details)
File details
Details for the file seperator-0.0.9.tar.gz.
File metadata
- Download URL: seperator-0.0.9.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9eaed94318b1b04a3c739cbebaa4bb925c254ca1d5e3bb404c96cfdc2e21faac
|
|
| MD5 |
d67d209ba7a0ee277f50fea87925761e
|
|
| BLAKE2b-256 |
942f20c26556a7428e34b7c692bb2bf3415ce97720ed0b924e3aa1232a9a812e
|