Last updated:
0 purchases
printm 0.1.5
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.