I've been dumping in features on a daily basis.
Just released version 2.30 to PyPI.
It includes borderless windows (i.e. have no titlebar). They're pretty slick looking. Really clean looking interfaces are possible now.
Here's another program that I run a LOT. It queries Stack Overflow using a program called How Do I. If you ever visit stack overflow, this it the program for you!
I've been doing quite a bit with the docs too. Making lots of Recipes for the Cookbook and have 46 demo programs that can be downloaded.
Maybe the password login one is of interest? It was fun because it contains a GUI to create your SHA1 hash code that you paste into your code for comparison. The code you drop into the program that you want the password entry on is relatively small at about 15 total lines of code.
https://github.com/MikeTheWatchGuy/PySimpleGUI/blob/master/Demo_Password_Login.pyTrying to try prototype as many different kinds of scenarios as possible. It ends up pushing the feature set. Recently added a Calendar chooser that looks really nice.
Part of why I'm out talking to people that at least have a chance of trying it out is to find the kinds of problems they want to solve. Sometimes that leads to new stuff.
Do any of you have kids that are into programming?
One goal is to get kids thinking about computers using modern interfaces rather than the command line. Not knocking command line for people that like it or need to use pipes. Those aren't my peeps. It's the person that's interested in getting something working that looks good that I'm interested in reaching. Why not teach them that you can get input from a window and output to one just as easily as you can the command line?