A template project for Python with Gtk applications.
Go to file Use this template
itdominator f54e767f62 added debug signal caller, updated some prints to logger, added settings option for min win size 2023-04-29 09:27:21 -05:00
plugins Import cleanup 2023-01-29 00:06:52 -06:00
src added debug signal caller, updated some prints to logger, added settings option for min win size 2023-04-29 09:27:21 -05:00
user_config Added transparancy toggle setting; changed default layout 2023-04-27 23:27:53 -05:00
.gitignore Initial commit 2020-05-07 19:04:09 -05:00
LICENSE Initial commit 2020-05-07 19:04:09 -05:00
README.md Updated README 2023-03-06 21:26:48 -06:00

README.md

Python-With-Gtk-Template

A template project for Python with Gtk applications.

Requirements

  • PyGObject
  • setproctitle
  • pyxdg

Note

There are a "<change_me>" strings and files that need to be set according to your app's name located at:

  • __builtins__.py
  • user_config/bin/app_name
  • user_config/usr/share/app_name
  • user_config/usr/share/app_name/icons/app_name.png
  • user_config/usr/share/app_name/icons/app_name-64x64.png
  • user_config/usr/share/applications/app_name.desktop

For the user_config, after changing names and files, copy all content to their respective destinations. The logic follows Debian Dpkg packaging and its placement logic.