Expand description
The progress module manages progress bars and provides utilities for creating and removing them.
Enums§
- Progress
BarTheme - Represents different visual themes for the progress bar.
Statics§
- GLOBAL_
PROGRESS_ MANAGER - A global multi-progress bar that allows managing multiple progress bars concurrently.
Functions§
- create_
progress_ bar - Creates a new progress bar with the specified length and theme.
- remove_
progress_ bar - Removes the specified progress bar from the global multi-progress manager.