This repository contains examples on using tqdm library. Also shows how one may extend it with lolcat script.
Examples were (with no issues luckily) presented during the Lightning Talk at Noc Informatyka and Pykonik #37 in June 2018.
Note: Mind that lolcat lib (here file is called localolcat
) is available under beerware license. I guess I will have to buy a beer the creator if I ever meet him ;)
- Clone
pip install -r requirements.txt
- Run one of
tqX.py
files (e.g.python tq0.py
)
Have an idea? Fork, change, commit, create PR.