From 7c774ca5f6d25db7c6ecd751cb78fa07b4a925e7 Mon Sep 17 00:00:00 2001 From: "Michael B. Sumulong" Date: Tue, 2 Aug 2022 19:37:38 -0400 Subject: [PATCH] Add urwid to the libraries section (#104) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e56361..a8222ff 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ List of projects that provide terminal user interfaces - [tview](https://github.com/rivo/tview/) Terminal UI library with rich, interactive widgets — written in Golang - [tvision](https://github.com/magiblot/tvision) A modern port of Turbo Vision 2.0, cross-platform and Unicode support. - [UniCurses](https://github.com/unicurses/unicurses) A Python module that is aimed at providing the Curses functionality on all operating systems. +- [urwid](https://github.com/urwid/urwid) A console user interface library for Python on Linux, OSX, Cygwin or other unix-like OS. ## Messaging