PySimpleGUI now requires a (paid) license. Opinions?

I agree with your advice. It’d be easier to provide a proper Tkinter wrapper, than to maintain and update PySimpleGUI.

I think the attraction is

  1. building your layout with lists
  2. a very non-programmer easy-to-understand event loop.
  3. modal windows out-of-the-box
  4. built-in table data view

All these would be relatively straightforward to accomplish.

2 Likes