How do I use a progress bar when my script is doing some task that is likely to take time?
For example, a function which takes some time to complete and returns
Use this library: fish (GitHub).
Usage:
>>> import fish >>> while churning: ... churn_churn() ... fish.animate()
Have fun!