Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 736 Bytes

File metadata and controls

16 lines (10 loc) · 736 Bytes

loltqdm

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 ;)

Installation and running

  1. Clone
  2. pip install -r requirements.txt
  3. Run one of tqX.py files (e.g. python tq0.py)

Contributing

Have an idea? Fork, change, commit, create PR.