Add pyTermTk

This commit is contained in:
Ceccopierangiolieugenio 2023-11-07 23:31:04 +00:00 committed by GitHub
parent c52dba9b29
commit afe3a9c6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.