From 7dc2edc6932e8467bfb1568b3d566fcbf1efb28a Mon Sep 17 00:00:00 2001 From: Justin Garrison Date: Sat, 25 Nov 2023 22:08:14 -0800 Subject: [PATCH] Add blessed Closes #132 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5a7520..5e54321 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ List of projects that provide terminal user interfaces - [Ashen](https://github.com/colinta/Ashen) An Elm inspired framework written in **Swift** - [blessed](https://github.com/chjj/blessed) A high-level terminal interface library for **Node.js** +- [blessed](https://github.com/jquast/blessed) Blessed is an easy, practical library for making **Python** terminal apps - [blessings](https://github.com/erikrose/blessings) A **Python** wrapper lib for ncurses that makes your code pretty to look at - [bubbletea](https://github.com/charmbracelet/bubbletea) A **Go** framework based on Elm to build functional and stateful TUI apps, complete with extensions known as [bubbles](https://github.com/charmbracelet/bubbles) - [CursedGL](https://github.com/saccharineboi/CursedGL) A **C** notcurses-based software rasterizer inspired by OpenGL 1.X that renders directly to the terminal.