Readme
This commit is contained in:
parent
b88483bb76
commit
e2f9f5c834
|
@ -262,8 +262,10 @@ There are 3 very basic user input high-level function calls. It's expected that
|
||||||
|
|
||||||
#### Progress Meter!
|
#### Progress Meter!
|
||||||
We all have loops in our code. 'Isn't it joyful waiting, watching a counter scrolling past in a text window? How about one line of code to get a progress meter, that contains statistics about your code?
|
We all have loops in our code. 'Isn't it joyful waiting, watching a counter scrolling past in a text window? How about one line of code to get a progress meter, that contains statistics about your code?
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
EasyProgressMeter(title,
|
EasyProgressMeter(title,
|
||||||
current_value,
|
current_value,
|
||||||
max_value,
|
max_value,
|
||||||
|
|
Loading…
Reference in New Issue