You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ for i in range(0,max)
36
36
### Style parameters
37
37
You can give the following optional arguments to the ProgressBar constructor:
38
38
- pretext: Text to print before the bar (default "")
39
-
- progresschar: Character to show progress (default '-')
40
-
- loadingchars: Last character of bar moving as bar loads (moves even if no progress) (default "\\|/")
41
-
- startendchar: Characters going around the bar (default "[]")
39
+
- progresschar: Character to show progress (default '█')
40
+
- loadingchars: Last character of bar moving as bar loads (moves even if no progress) (default "█▓▒░▒▓")
41
+
- startendchar: Characters going around the bar (default "||")
42
42
- barwidth: Length of the bar in characters (does not include optionally printed pretext, progresschar, percentage and count) (default terminal width/2)
43
43
- displaypercentage: Show percentage as well or not (default False)
44
44
- displaycount: Show count as well or not (default False)
0 commit comments