A template project for Python with Gtk applications.
Go to file Use this template
itdominator 01dbba558f Settings fix 2023-03-04 13:45:44 -06:00
plugins Import cleanup 2023-01-29 00:06:52 -06:00
src Settings fix 2023-03-04 13:45:44 -06:00
user_config Refactoring, settings cleanup, glade load fixes 2023-02-23 18:48:37 -06: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 Reduced app name locations to change 2022-10-13 21:19:40 -05:00

README.md

Python-With-Gtk-Template

A template project for Python with Gtk applications.

Requirements

  • PyGObject

Note

There is a "<change_me>" string that needs to be set according to your app's name located at:

  • __builtins__.py
  • user_config/usr/share/app_name

For the user_config, traverse all the way down and copy the contents to either:

  • /usr/share/<your_app_name_as_all_lowercase>
  • /<your_home_dir>/.config/<your_app_name_as_all_lowercase>