printm

print like more/less command library


License
MIT
Install
pip install printm==0.1.5

Documentation

printm

printm is an open-source Python package providing CUI output like more/less command in Python script.

Feature

  • simple: you can use like print.

  • freedom: you can change placeholder and blank, etc.

Install

$ pip install printm 

Usage

from printm import printm

printm(
    output="your output string",
    placeholder="placeholder string",
)

LICENCE

printm is licensed under the terms of MIT license.