Skip to content

Commit 1f6ecb9

Browse files
Added PySimpleGUI
Added PySimpleGUI to the list of GUI frameworks. It's a new package that enables creation of custom GUIs in very few lines of clear, easy to read Python code. None of the other simplified GUI frameworks come close to this kind of design.
1 parent 80a8705 commit 1f6ecb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
624624
* [PyGObject](https://wiki.gnome.org/Projects/PyGObject) - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3).
625625
* [PyQt](https://riverbankcomputing.com/software/pyqt/intro) - Python bindings for the [Qt](https://www.qt.io/) cross-platform application and UI framework, with support for both Qt v4 and Qt v5 frameworks.
626626
* [PySide](https://wiki.qt.io/PySide) - Python bindings for the [Qt](http://www.qt.io/) cross-platform application and UI framework, supporting the Qt v4 framework.
627+
* [PySimpleGUI](https://github.com/MikeTheWatchGuy/PySimpleGUI) - Wrapper for tkinter that creates a more Python-like interface for beginner and intermediate level custom GUIs.
627628
* [pywebview](https://github.com/r0x0r/pywebview/) - A lightweight cross-platform native wrapper around a webview component that allows to display HTML content in its own native dedicated window.
628629
* [Tkinter](https://wiki.python.org/moin/TkInter) - Tkinter is Python's de-facto standard GUI package.
629630
* [Toga](https://github.com/pybee/toga) - A Python native, OS native GUI toolkit.

0 commit comments

Comments
 (0)