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=None
argument 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
ColorBar
which can print a colored loading bar
First realease
At the construction of the LoadBar object, you can specify
- The
size
of the bar on the screen - The
max
of the values given to the LoadBar - The
head
which is the first character of the loading bar - The
body
which are the other characters of the loading bar