|
|
|
|
|
by heavenlyblue
1650 days ago
|
|
Yeah, exactly. The software I write is complex enough to require logging of hundreds of progress bars at the same time. The great thing that just using `logging` module is enough to log something like `Downloading file A, 55% [55Mb/100Mb]` (absolutely equivalent in terms of information to a "graphic bar") and also happens to be composable in a way that I can then reuse that package as part of anything that is also non-interactive. |
|