PySimpleGUI is a Python package that enables Python programmers of all levels to create GUIs. You specify your GUI window using a "layout" which contains widgets (they're called "Elements" in ...
Based on the responses to that issue, there are interesting problems with using python 3.9.10 with tkinter version 8.6.12, on a Mac. Specifically, opening new windows within a PySimpleGUI program ...