mirror of
https://github.com/rothgar/awesome-tuis.git
synced 2024-11-01 09:21:48 +01:00
Add Rich (#34)
Rich is a Python library for rich text and beautiful formatting in the terminal.
This commit is contained in:
parent
73a4934e61
commit
537ef8d127
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ List of projects that provide terminal user interfaces
|
|||
- [pterm](https://github.com/pterm/pterm/) A modern go module to beautify console output. Featuring charts, progressbars, tables, trees, and much more! It's completely configurable and 100% cross-platform compatible.
|
||||
- [py_cui](https://github.com/jwlodek/py_cui) Python library aimed at making widget based TUI/CUI interfaces as simple as possible. Supports standard widgets and popups like menus, textboxes, forms, file explorers etc.
|
||||
- [Python Prompt Toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) Library for building powerful interactive command line applications in Python
|
||||
- [Rich](https://github.com/willmcgugan/rich) is a Python library for rich text and beautiful formatting in the terminal.
|
||||
- [tui-go](https://github.com/marcusolsson/tui-go) A UI library for terminal applications (deprecated)
|
||||
- [tui-rs](https://github.com/fdehau/tui-rs) Terminal user interfaces and dashboards using Rust
|
||||
- [Terminal.Gui](https://github.com/migueldeicaza/gui.cs) Cross Platform Terminal GUI toolkit for .NET
|
||||
|
|
Loading…
Reference in a new issue