Files
Python-With-Gtk-Template/README.md

15 lines
452 B
Markdown
Raw Normal View History

2020-11-20 19:22:31 -06:00
# Python-With-Gtk-Template
2020-05-07 19:04:09 -05:00
A template project for Python with Gtk applications.
2022-01-23 17:59:25 -06:00
### 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\>