When building a slightly more complex application using PySimpleGUI, you may run into the need to store user preferences to a file. This allow persisting some information or custom settings for the next time the user runs the application.
UPDATE: 08/12/2020
Not sure how I missed this the …
I was wondering if some advanced menu features were available in PySimpleGui. Mainly, could you have check boxes next to items on the menu to show the state of that item? The screen shot below show menu checks in action in Visual Studio Code.
PySimpleGui has the ability to create …
One of my latest goals is to publish applications that I write. It's called "Pelican Article Generator". It spits out a template for these blog posts. Publishing an applicatin to the world is potentially embarrassing because I'm showing my horrible code to the world. Oh well.
Here are the goals …
A lot of my python work involves writing simple utilities. This means either writing the tool as a command line application or using a minimal GUI.
I have been working on a simple python application recently to automate creating article stubs for this blog. I had a working version using …