I am using cx_freeze to freeze a tkinter app. When I run the exe I get a wonderfully USELESS console window along with my tkinter GUI.
I would like to remove
Do exactly just like gary said, then:
setup(name="ur package name", version="ur package version", description="as above", executables=[Executable("ur_script.py", base=base)]
This will work cx_Freeze