Python Forum
running the code and seeing the GUI - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: running the code and seeing the GUI (/thread-40017.html)



running the code and seeing the GUI - chriswrcg - May-19-2023

I am creating a code with pysimplegui and need to see if it is running. I am following along with a youtube tut but when he tests the code He see's the GUI pop up. When I run the code all i get is a confirmation that it ran. How do I run the code so I can see the GUI window?


RE: running the code and seeing the GUI - deanhystad - May-19-2023

Please post your code. It is difficult to diagnose a problem with no information.