ecookbook restoring the folders for testing...

This commit is contained in:
PySimpleGUI 2022-06-30 15:54:57 -04:00
parent 0574702876
commit 9f40a47d30
109 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,15 @@
Here's a little demo program in response to this help request on Reddit:
https://www.reddit.com/r/learnprogramming/comments/h884vg/is_there_any_easy_gui_maker_for_python/
The idea is to get an initial value in an input box, then get 3 more values in the same box.
In this implementation you can press the "Enter" button or the return key to enter a value.
The result is put into a single list that is shown at the end.
On Windows it looks like this:
![MultipleDataEntry.gif](/api/files/5ee5fd2b09d89ef644e0d1c3/multipledataentry.gif "MultipleDataEntry.gif")
<iframe src='https://trinket.io/embed/pygame/89f47bbe54?start=result' width='100%' height='500' frameborder='0' marginwidth='0' marginheight='0' allowfullscreen></iframe>