-
Notifications
You must be signed in to change notification settings - Fork 0
skuf-fairy/Progress-Bar
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is an example for using. The first argument determines a message that is output in the console. The second argument is the list that is passed to a function. One execution of function is one iteration. def test(par): #doing import time time.sleep(1.5) for i in ProgressBar('Something is doing', [i for i in range(56)]): test(i) #console: Something is doing [####------] 42.86%
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published