-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I used to have a config.py in my first Python projects. They seemed to always end being a pain and screw me up.
Not long ago the User Settings APIs were added to PySimpleGUI. I use them extensively in the demos and personal programs.
The Template for rainmeter style widgets is one place to see them, the other is the demo browser. The demo browser uses a "settings" window that you can copy easily.
The Desktop Widgets doesn't use a settings window and instead uses the right click menu.

You've got enough settings in your config file to warrant a settings window if you change them very often. If not, you can put them in a PySimpleGUI User Settings file (json). All I do is make the interface look easier and does autosaving, autoloading, etc.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
