2.0.0 - Vertical Progress Bar
This release makes the library into a module and includes a new VerticalProgressBar and refactored HorizontalProgressBar.
There is a backwards compatible class ProgressBar class that can be used with the same API as the old version. The import syntax has changed slightly from the old version though. User code will need to be updated to import like this:
from adafruit_progressbar.progressbar import ProgressBar
Check the examples folder to see how to use the new Vertical and Horizontal classes directly.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-progressbar
.
Read the docs for info on how to use it.