I'm new to Python, and my code uses a "tkinter" GUI. Is there anyway for me to run this so that only the GUI is shown, and not the command prompt?
I know the extension .pyw suppresses the command prompt on start up, but when I use it the GUI doesn't appear either