2020-11-21 01:22:31 +00:00
|
|
|
# Python-With-Gtk-Template
|
2020-05-08 00:04:09 +00:00
|
|
|
A template project for Python with Gtk applications.
|
2022-01-23 23:59:25 +00:00
|
|
|
|
|
|
|
### Requirements
|
|
|
|
* PyGObject
|
|
|
|
|
|
|
|
### Note
|
2022-10-14 02:19:40 +00:00
|
|
|
There is a "\<change_me\>" string that needs to be set according to your app's name located at:
|
2022-01-23 23:59:25 +00:00
|
|
|
* \_\_builtins\_\_.py
|
2022-03-03 07:31:48 +00:00
|
|
|
* user_config/usr/share/app_name
|
|
|
|
|
2022-01-23 23:59:25 +00:00
|
|
|
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\>
|