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
For me using the option --base-name Win32GUI works. Here is an example:
--base-name Win32GUI
cxfreeze your_python_file.py --base-name Win32GUI --target-dir your_target_dir