Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bharatkalluri/gtk-developer-handbook
GTK developer handbook
https://github.com/bharatkalluri/gtk-developer-handbook
desktop-application gnome gtk python
Last synced: 13 days ago
JSON representation
GTK developer handbook
- Host: GitHub
- URL: https://github.com/bharatkalluri/gtk-developer-handbook
- Owner: BharatKalluri
- Created: 2020-07-22T20:48:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T15:19:21.000Z (over 4 years ago)
- Last Synced: 2025-01-11T18:50:21.460Z (20 days ago)
- Topics: desktop-application, gnome, gtk, python
- Homepage: https://bharatkalluri.gitbook.io/gnome-developer-handbook/
- Size: 4.67 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
description: Learn all about creating GNOME desktop applications
---# Introduction
Welcome to GTK Python developer handbook. These docs aim to teach you how to build native GTK applications for GNOME using libraries like GTK, Gio, LibHandy etc..
We assume you already know and can code in python. But we _do not assume_ you have prior experience developing Linux desktop applications in python. We will be going from the absolute zero and try to cover all the steps in detail as to how good, well integrated GNOME desktop applications are made. We currently will not be covering the design piece of it as well.
The current language of choice is Python. We would love to have more guides written in other langauges like Rust/GoLang etc.
> This is not a official GNOME project, this is a community maintained gitbook hoping it will ease the journey of new developers who are trying to make their first desktop application. Feel free to suggest modifications on github if you find anything wrong. Thanks!
> This project is inspired by the [elementary documentation](https://docs.elementary.io/develop/)