Popular recipes tagged "meter" but not "eta"http://code.activestate.com/recipes/tags/meter-eta/2009-03-02T19:24:38-08:00ActiveState Code RecipesStatusMeter widget for Tkinter (Python) 2009-03-02T19:24:38-08:00Tucker Beckhttp://code.activestate.com/recipes/users/4169378/http://code.activestate.com/recipes/576674-statusmeter-widget-for-tkinter/ <p style="color: grey"> Python recipe 576674 by <a href="/recipes/users/4169378/">Tucker Beck</a> (<a href="/recipes/tags/meter/">meter</a>, <a href="/recipes/tags/progress/">progress</a>, <a href="/recipes/tags/tkinter/">tkinter</a>). </p> <p>Provides a status meter that displays the current status of a running function, percentage completion of that function, and allows cancellation of that function. This helps for long-running tasks that need to run without blocking the GUI and should display their progress to a user.</p>