A template project for Python with Gtk applications.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
itdominator 1e73236ee8 Modified debug signal call setup 1 month ago
plugins Import cleanup 4 months ago
src Modified debug signal call setup 1 month ago
user_config Added transparancy toggle setting; changed default layout 1 month ago
.gitignore Initial commit 3 years ago
LICENSE Initial commit 3 years ago
README.md Updated README 3 months ago

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.