Skip to content

Michael-Wisniewski/header-printer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

header-printer

Python package for printing a nicely formatted header.

Installation

Run the following command to install:

pip install header-printer

Usage

In you script import and use function print_header.

from header_printer import print_header

print_header('Some text') 

Header will be stretched to the full length of the terminal. The provided text will be centered.

********************************************
                 Some text                  
********************************************

Development

To install all dependencies required for local development, run:

make install-dev

About

Python package for printing a nicely formatted header.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages