DEV Community

Discussion on: Best Python framework for building a desktop application and GUI

Collapse
 
angelbearuk profile image
Kristy Whalen

I tried finding documentation in PySimpleGui on how to disable a text input control, no dice. That's a pretty basic feature in a GUI. I should be able to disable text inputs based on conditions. When I tried out PySimpleGui in 2017 I found it very limited, and in my opinion not much has changed. I'm trying out wxPython now.