pybic.LoadBar

pybic.LoadBar(m, M, bar_length=40)[source]

Loading bar animation.

Parameters:
  • m (int) – Current step.

  • M (int) – Total steps.

  • bar_length (int) – Length of loading bar.

Caution

Printing to the shell with sys.stdout.write() sometimes takes forever when using IDLE… Need to fix this?