As the title implies, what I want to do is create main.py and have it open a window.
after the window is open, I want to edit main.py, and when finished editing, hit File -> Reload in the window's menu bar.
what's expected is for the window to update with the (working) code.
if the code contains errors, somply show the error in the console and continue.
how could I pull this off??