Module src.qollib.ui.progress
module provides functions to print progress to the shell (and only the shell)
Functions
def bar(current: float, total: float, flush: bool = False, length: int = 50) ‑> None
-
print a progress bar and a percent of completion to std. out
def dot(success: bool = True, flush: bool = False, char: str = '*') ‑> None
-
Print a progress dot to std. out
def msg(txt: str = '', flush: bool = False) ‑> None