From 74eb2ea78fc27f448a34be8303f5c6071590e902 Mon Sep 17 00:00:00 2001 From: Eugenio Parodi Date: Sun, 20 Feb 2022 11:36:11 +0000 Subject: [PATCH] Added TUI competitors Reference in the README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 119eb8d0..b23b6e48 100644 --- a/README.md +++ b/README.md @@ -78,3 +78,14 @@ cprofilev -f profiler.txt ``` ##### pyroscope [pyroscope](https://pyroscope.io/) can be used as well for profiling + +## Related Projects + +- Python + - [pyTermGUI](https://github.com/bczsalba/pytermgui) - A simple yet powerful TUI framework for your Python (3.7+) applications + - [Textual](https://github.com/Textualize/textual) - TUI (Text User Interface) framework for Python inspired by modern web development + - [Rich](https://github.com/Textualize/rich) - Python library for rich text and beautiful formatting in the terminal + - [PyCuT](https://github.com/ceccopierangiolieugenio/pyCuT) - terminal graphic library loosely based on QT api (my previous failed attempt) +- Non Python + - [ncurses](https://en.wikipedia.org/wiki/Ncurses) + - [tui.el](https://github.com/ebpa/tui.el) - An experimental text-based UI framework for Emacs modeled after React \ No newline at end of file