Skip to content

Releases: ValentinVignal/LoadBar

Handle dependencies

05 Sep 13:48
Compare
Choose a tag to compare

Handle the different dependencies

Add processing Time

08 Jun 09:46
Compare
Choose a tag to compare

Add the parameter show_time

Add start and title

28 May 14:05
Compare
Choose a tag to compare
  • Add start='\r' argument to .update() and ._print() methods
  • Add end='' argument to .end() method
  • Add title=None argument to the constructor LoadBar()

RainbowBar

20 May 16:28
Compare
Choose a tag to compare

A cute 🌈 RainbowBar 🌈 has been added

Add details in the print

20 May 15:53
Compare
Choose a tag to compare
  • Shows the number of steps
  • Shows the percentage
  • Shows the ETA

Add colors

18 May 15:34
Compare
Choose a tag to compare
  • Creation of the class ColorBar which can print a colored loading bar

First realease

16 May 17:37
Compare
Choose a tag to compare
First realease Pre-release
Pre-release

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