Skip to content

treystout/pypb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypb
====

What it is
==========

A configurable console-based progress bar for python utilities.


Installing
==========
pip install pypb


How to use it
=============

    from pypb import ProgressBar
    pb = ProgressBar('some task', 4000)
    for i in range(4000):
      pb.draw()

About

generic console-based progress bar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages