Releases: ValentinVignal/LoadBar
Releases · ValentinVignal/LoadBar
Handle dependencies
Handle the different dependencies
Add processing Time
Add the parameter show_time
Add start and title
- Add
start='\r'argument to.update()and._print()methods - Add
end=''argument to.end()method - Add
title=Noneargument to the constructorLoadBar()
RainbowBar
A cute 🌈 RainbowBar 🌈 has been added
Add details in the print
- Shows the number of steps
- Shows the percentage
- Shows the ETA
Add colors
- Creation of the class
ColorBarwhich can print a colored loading bar
First realease
At the construction of the LoadBar object, you can specify
- The
sizeof the bar on the screen - The
maxof the values given to the LoadBar - The
headwhich is the first character of the loading bar - The
bodywhich are the other characters of the loading bar