mirror of
https://github.com/rothgar/awesome-tuis.git
synced 2024-11-01 09:21:48 +01:00
Add PHP-TUI to frameworks (#162)
This commit is contained in:
parent
688c1a5c1c
commit
7c44d3283c
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ List of projects that provide terminal user interfaces
|
|||
- [ncurses](https://invisible-island.net/ncurses/announce.html) A classic **C** library with bindings for many languages
|
||||
- [nimwave](https://github.com/ansiwave/nimwave) Build text interfaces for the terminal or browser in **Nim**
|
||||
- [notcurses](https://github.com/dankamongmen/notcurses) blingful character graphics/TUI library for **C** and **Python**. definitely not curses.
|
||||
- [php-tui](https://github.com/php-tui/php-tui) comprehensive TUI library for **PHP** based heavily on Ratatui.
|
||||
- [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.
|
||||
- [pytermgui](https://github.com/bczsalba/pytermgui) A simple yet powerful TUI framework for your **Python** (3.7+) applications.
|
||||
|
|
Loading…
Reference in a new issue