Python-With-Gtk-Template/README.md

15 lines
464 B
Markdown

# 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\>