Bases: object
Displays pipeline status in a Tkinter GUI window using a Treeview.
Attempts to mimic console colors with a black background using ttk.Style.
-
start(update_callback: callable)[source]
Starts the GUI event loop and periodic updates.
-
stop()[source]
Stops the GUI update loop and destroys the window.