Tool for simple and appealing display of context in which each operation is executer
Project description
Python library to improve console printing by adding context to your prints. It makes your console much cleaner, and you won't have to worry about making your prints beautiful.
Installation:
pip install context_printer
Basic usage example:
from context_printer import ContextPrinter as Ctp
Ctp.enter_section('Main section', color='blue')
Ctp.print('Text in main section')
for i in range(3):
Ctp.enter_section('Subsection {}'.format(i + 1))
Ctp.print('Text in subsection')
Ctp.print('Text in subsection')
Ctp.exit_section()
Ctp.exit_section()
The above example will print the following:
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
context_printer-1.3.0.tar.gz
(4.3 kB
view hashes)
Built Distribution
Close
Hashes for context_printer-1.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bddad816b6244fafb507b6cbd1698869de697d8d855ca49fc1b422d8675052bb |
|
MD5 | dbaa8ba21cd6b6875191ee72cd0be4d2 |
|
BLAKE2b-256 | d83ac7451140b50afd23320f67bd8964ae8d2f67a7a8a291a5019bdf1681d344 |