From c95f0d010b64570203c9e57bc54ffd5d5ac4c791 Mon Sep 17 00:00:00 2001 From: Mahan Marwat Date: Sat, 3 Oct 2015 10:38:14 +0500 Subject: [PATCH] PyGObject section added PyGObject (Python GTK+ 3 bindings) section has been added. --- docs/scenarios/gui.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/scenarios/gui.rst b/docs/scenarios/gui.rst index 19e888d..47e3d82 100644 --- a/docs/scenarios/gui.rst +++ b/docs/scenarios/gui.rst @@ -25,6 +25,13 @@ PyGTK only currently supports the Gtk-2.X API (NOT Gtk-3.0). It is currently recommended that PyGTK not be used for new projects and that existing applications be ported from PyGTK to PyGObject. +PyGObject aka (PyGi) +-------------------- +`PyGObject `_ provides Python bindings, which gives access to the entire GNOME software platform. +It is fully compatible with GTK+ 3. Here is a tutorial to get started with `Python GTK+ 3 Tutorial `_. + +`API Reference `_ + Kivy ---- `Kivy `_ is a Python library for development of multi-touch