Skip to content

mgoldberg524/prygress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prygress

A threaded progress decorator for python functions.

Give yourself something to watch while your long calls are made. Add the '@progress' decorator to your functions, thats it!

from prygress import progress
from time import sleep

@progress
def wait_with_me():
    sleep(10)

wait_with_me()
................................................ finished.

I'm sure there are bugs, do me a HUGE favor and report them!

Written with StackEdit.

About

Threaded progress bar for python functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%