I was wondering how to hide the cmd window that is created when I open my program in tkinter.
This is what I mean:
As you can see behind the tkinter window, one of cmd opens.
How can I hide it?
Simply save it with a .pyw extension.
.pyw
This will prevent the console window from opening.
Your file.py change it to file.pyw