I don't want the cmd window opening in the background when my python app is opened. Why does this happen and how can i make it so when my program is opened only the GUI is showing not the command prompt as well.
Edit - I used tkinter for my GUI and i have made it into a .exe i converted it to .exe via py2exe.