A template project for Python with Gtk applications.
Go to file Use this template
itdominator 88db4171cf enforcing type better 2022-03-24 22:11:02 -05:00
plugins Converted to use unix socket 2022-03-03 01:31:48 -06:00
src enforcing type better 2022-03-24 22:11:02 -05:00
user_config/usr/share/app_name added keybinding extendable logic 2022-03-07 17:45: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 Converted to use unix socket 2022-03-03 01:31:48 -06:00

README.md

Python-With-Gtk-Template

A template project for Python with Gtk applications.

Requirements

  • PyGObject

Note

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

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

In addition, check the 'ipc_server.py' __init__ section to change the socket information.

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>