Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebp/PyGObject-Tutorial
Tutorial for using GTK+ 3 in Python
https://github.com/sebp/PyGObject-Tutorial
gnome gtk3 pygobject python tutorial
Last synced: 2 days ago
JSON representation
Tutorial for using GTK+ 3 in Python
- Host: GitHub
- URL: https://github.com/sebp/PyGObject-Tutorial
- Owner: sebp
- License: lgpl-2.1
- Created: 2011-08-28T16:40:54.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-06-08T11:34:29.000Z (5 months ago)
- Last Synced: 2024-11-05T05:25:01.474Z (7 days ago)
- Topics: gnome, gtk3, pygobject, python, tutorial
- Language: Python
- Homepage: https://python-gtk-3-tutorial.readthedocs.io/
- Size: 2.85 MB
- Stars: 394
- Watchers: 35
- Forks: 161
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
[![Documentation Status](https://readthedocs.org/projects/python-gtk-3-tutorial/badge/?version=latest)](https://python-gtk-3-tutorial.readthedocs.io/en/latest/?badge=latest)
[![Tox](https://github.com/sebp/PyGObject-Tutorial/workflows/Tox/badge.svg?branch=master)](https://github.com/sebp/PyGObject-Tutorial/actions?query=workflow%3ATox+branch%3Amaster+)The PyGObject Tutorial
======================An introduction to developing GTK+ 3 applications in Python with [PyGObject](https://pygobject.readthedocs.io).
The tutorial's web site is https://python-gtk-3-tutorial.readthedocs.io
Dependencies
------------
- Sphinx: https://www.sphinx-doc.orgCompile
-------
make html