diff --git a/README.md b/README.md index 33c26d4..14f8f24 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,10 @@ You can give the following optional arguments to the ProgressBar constructor: - remainingbarchar: Character to fill the remaining bar with (default ' ') - loadingchars: Last character of bar moving as bar loads (moves even if no progress) (default "█▓▒░▒▓") - startendchar: The two characters going around the bar (default "||") -- barwidth: Length of the bar in characters (does not include optionally printed pretext, progresschar, percentage and count) (default terminal width/2) - displaypercentage: Show percentage as well or not (default False) - displaycount: Show count as well or not (default False) - +- rightjustified: Print the bar on the right hand side of the console (default True) +- consolewidthrate: Choose the section the bar occupies on the console (default 3 => 1/3 of the console) ### Thread parameters If you use the thread version, you can customise the refresh time of your progress bar. To do this, give an extra argument (type float) representing the refreshing period of the bar.