A template project for Python with Gtk applications.
Go to file Use this template
itdominator fc6ab75046 rename folder 2022-01-30 18:06:02 -06:00
src rename folder 2022-01-30 18:06:02 -06:00
user_config/usr/share/app_name Fixed logging 2022-01-24 00:38:12 -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 Updated README 2022-01-23 17:59:25 -06:00

README.md

Python-With-Gtk-Template

A template project for Python with Gtk applications.

Requirements

  • PyGObject

Note

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

  • __builtins__.py
  • __main__.py

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>