DEV Community

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

 
angelbearuk profile image
Kristy Whalen • Edited

No, it was PySimpleGui. I had the year wrong. I just went through it's documentation two days ago, I couldn't figure out how to disable a text input based on some condition. It really hasn't changed much, but hey there a gozillion themes now.

Thread Thread
 
pysimplegui profile image
PySimpleGUI
window['input key'].update(disabled=True)
Enter fullscreen mode Exit fullscreen mode