Popular recipes by Samuele Millevolte http://code.activestate.com/recipes/users/4180021/2011-11-22T22:00:44-08:00ActiveState Code RecipesSimple Cli Progress Bar (Python)
2011-11-22T22:00:44-08:00Samuele Millevoltehttp://code.activestate.com/recipes/users/4180021/http://code.activestate.com/recipes/577956-simple-cli-progress-bar/
<p style="color: grey">
Python
recipe 577956
by <a href="/recipes/users/4180021/">Samuele Millevolte</a>
(<a href="/recipes/tags/bar/">bar</a>, <a href="/recipes/tags/progress/">progress</a>, <a href="/recipes/tags/progress_bar/">progress_bar</a>, <a href="/recipes/tags/python/">python</a>).
Revision 2.
</p>
<p>It's a simple function to print a progress bar under cli. When you call the function you have to indicate the max level that indicates 100% and what has been done considering the max level.</p>