Skip to main content

ProgressOutput

Progress bar output widget for displaying completion status.

Signature

def ProgressOutput(
current: float = 50,
total: float = 100,
text: str = '',
full_width: bool = False
)

Parameters

NameDescriptionTypeDefault
currentThe current progress value.float50
totalThe total value representing 100% progress.float100
textText displayed alongside the progress bar.str''
full_widthWhether the progress bar should take up the full width of its container.boolFalse