|
|
|
|
|
by wolfskaempf
851 days ago
|
|
I like the self-built approach especially for the learning value. If you’re using this in a CLI tool you’re writing in Python you might be using the library rich anyway, which provides this functionality as well including some extra features. https://rich.readthedocs.io/en/stable/progress.html |
|
If anyone knows of a smaller, more focused library providing something similar to rich's Live Display functionality, I'd appreciate it.