From 103e158aba67ff439521bbfb5e31d1dfba64d372 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Mon, 28 Sep 2015 10:18:27 -0300 Subject: [PATCH] New GUI > PyGObject, Flexx. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 959c576..2b412b1 100644 --- a/README.md +++ b/README.md @@ -817,6 +817,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Toga](https://github.com/pybee/toga) - A Python native, OS native GUI toolkit. * [urwid](http://urwid.org/) - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc. * [wxPython](http://wxpython.org/) - A blending of the wxWidgets C++ class library with the Python. +* [PyGObject](https://wiki.gnome.org/Projects/PyGObject) - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3) +* [Flexx](https://github.com/zoofIO/flexx) - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering. ## Game Development