From 3b352995c4862939a0f250ea7296dfdf92419b57 Mon Sep 17 00:00:00 2001
From: "Michael B. Sumulong" <msumulong@gmail.com>
Date: Tue, 2 Aug 2022 08:34:11 -0400
Subject: [PATCH] Add urwid to the libraries section

---
 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.
 
 ## <a name="messaging"></a>Messaging