I have coded an application in python using the pygame library. Everything work, but when I run the application, it also opens the shell. Is there a way to hide the shell?
I have tried to mute the pygame 'welcome message', thinking that was it that opened the shell when I run the application(don't pay attention to the 'here' string printed on the shell, it is for debugging stuff and the shell is opened also without it), but it didn't work.