Initial commit

This commit is contained in:
kramo
2025-11-28 19:14:39 +01:00
commit b6d7f70a93
32 changed files with 1171 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# PyGObject Template
Create a project by running the following command with your app ID:
```sh
./create_project.py org.example.AppName
```
## Credit
A huge thanks to [GNOME Builder](https://gitlab.gnome.org/GNOME/gnome-builder/), this repository is an opinionated modification of its Python template.