Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ _Libraries for building command-line applications._
- [bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal.
- [colorama](https://github.com/tartley/colorama) - Cross-platform colored terminal text.
- [rich](https://github.com/Textualize/rich) - Python library for rich text and beautiful formatting in the terminal. Also provides a great `RichHandler` log handler.
- [textual](https://github.com/Textualize/textual) - Framework for building terminal user interfaces in Python.
- [tqdm](https://github.com/tqdm/tqdm) - Fast, extensible progress bar for loops and CLI.

## Command-line Tools
Expand Down
Loading