Text-based progress bars
If you ever need to create a progress bar in a Python script or terminal application there is nifty little library called progress. I especially like the wrapper around iterables:
|
|
which will show a nice, text-based progress bar:
Processing |############# | 42/100
Terminal colors
And if you want to add colors to your Python output, colorama is the way to go. Here is a usage-example from their docs:
|
|
It also
If you liked this post, please, do share it:
Thanks, for reading (and sharing)! 🥳