From afe3a9c6b0c47b0741eec5b7842ac34b7e9e1c32 Mon Sep 17 00:00:00 2001 From: Ceccopierangiolieugenio Date: Tue, 7 Nov 2023 23:31:04 +0000 Subject: [PATCH] Add pyTermTk --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5770417..fd9c2407 100644 --- a/README.md +++ b/README.md @@ -674,6 +674,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [PyGObject](https://wiki.gnome.org/Projects/PyGObject) - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3). * [PyQt](https://doc.qt.io/qtforpython/) - Python bindings for the [Qt](https://www.qt.io/) cross-platform application and UI framework. * [PySimpleGUI](https://github.com/PySimpleGUI/PySimpleGUI) - Wrapper for tkinter, Qt, WxPython and Remi. +* [pyTermTk](https://github.com/ceccopierangiolieugenio/pyTermTk) - Self contained Terminal UI library for Linux,Windows,MacOS,HTML5 * [pywebview](https://github.com/r0x0r/pywebview/) - A lightweight cross-platform native wrapper around a webview component. * [Tkinter](https://wiki.python.org/moin/TkInter) - Tkinter is Python's de-facto standard GUI package. * [Toga](https://github.com/pybee/toga) - A Python native, OS native GUI toolkit.