Merge pull request #1552 from rsalmei/rsa-add-alive-progress

Add alive-progress
This commit is contained in:
Vinta Chen 2020-06-07 03:51:47 +08:00 committed by GitHub
commit 60bcf2cc4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -271,6 +271,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [colorama](https://pypi.org/project/colorama/) - Cross-platform colored terminal text.
* [rich](https://github.com/willmcgugan/rich) - Python library for rich text and beautiful formatting in the terminal. Also provides a great `RichHandler` log handler.
* [tqdm](https://github.com/tqdm/tqdm) - Fast, extensible progress bar for loops and CLI.
* [alive-progress](https://github.com/rsalmei/alive-progress) - A new kind of Progress Bar, with real-time throughput, eta and very cool animations.
## Command-line Tools