statusbar

tayph.statusbar(i, x)[source] [edit on github]

This provides a little status indicator for use in long forloops. i is the counter (integer or float) of the forloop. x is either the total number of iterations (int/float) or the array through which is looped.

Parameters
iint, float

Counter (integer or float) of the forloop.

xint, float or array-like

Either the total number of iterations (int/float) or the array through which is looped.