techteej
Aug 16, 2014 - 00:36
Is there any way to tell if a text field is empty?
Is there any way to tell if a text field is empty?
if view['user text'].text == '':
print('empty')
else:
print('not empty')
Thanks.
Update to high scores module coming soon.