I have generated python exe using py2exe but getting cmd window when I run my program. I have changed my files from .py to .pyw and again generated .exe file but I am still getting cmd window. How to generate exe that doesnot show cmd. Note I am using Tkinter in my code.
Thanks