rra 2020-10-10 13:32:58 +02:00
parent 5465d40074
commit fa5709176b

15
Home.md

@ -2,8 +2,9 @@ Hi, here we collect some documentation and resources for developing with Python
# Links to documentation
* https://lazka.github.io/pgi-docs/ PyGObject API reference
* https://python-gtk-3-tutorial.readthedocs.io/ PyGTK tutorial
* PyGObject API reference https://lazka.github.io/pgi-docs/
* PyGTK tutorial (start here) https://python-gtk-3-tutorial.readthedocs.io/
* Extensive docs on working with GTK and Glade as part of Librem5 project https://developer.puri.sm/Librem5/Apps/Gnome.html
# Handy tips and tricks
@ -19,3 +20,13 @@ https://wiki.gnome.org/action/show/Projects/GTK/Inspector
In the terminal do: `gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true`
Then `ctrl+shift+i` to inspect an element you are hovering over.
# Reference projects
## Technical
Ideally written in Python, using GTK and x-platform
* [minigalaxy](https://github.com/sharkwouter/minigalaxy), a GOG library manager using PyGTK and glade
* [Exaile](https://github.com/exaile/exaile), a PyGTK cross platform application
## Design / conceptual