【发布时间】:2022-12-04 12:05:41
【问题描述】:
Is there a way to be able to get the input from an InputText() without having to rely on a button press? I am trying to make a form where the submit button is only available when the input text is not empty, however the only way to get the input from InputText() that I have found is with a button which needs to be clicked in order for me to receive the input.
标签: python pysimplegui