Skip to main content

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


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.6.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page