Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 803 Bytes

File metadata and controls

26 lines (19 loc) · 803 Bytes

SimpleProgress

SimpleProgress shows progress as a raw count, like "5 of 47".

Reach for it when the counts themselves are useful information, not just their ratio. format controls the rendering (default %(value_s)s of %(max_value_s)s).

.. autoclass:: progressbar.widgets.SimpleProgress
   :members:
   :show-inheritance:
   :no-index:

Example

.. demo:: widgets/simple-progress

See also