PyProgress

(06-Nov-2006)

PyProgress is similar to wx.ProgressDialog in indeterminated mode, but with a different gauge appearance and a different spinning behavior. The moving gauge can be drawn with a single solid colour or with a shading gradient foreground. The gauge background colour is user customizable.
The bar does not move always from the beginning to the end as in wx.ProgressDialog in indeterminated mode, but spins cyclically forward and backward.
Other options include:

  • Possibility to change the proportion between the spinning bar and the entire gauge, so that the bar can be longer or shorter (the default is 20%);
  • Modifying the number of steps the spinning bar performs before a forward (or backward) loop reverses.


PyProgress can optionally display a Cancel button, and a wx.StaticText which outputs the elapsed time from the starting of the process.



Download PyProgress

Python Files