In this video I’ll show you how to turn your Python tKinter program into a standalone executable exe file that you can share with your friends, or sell on your website.
There are many ways to make a .exe file out of a tKinter program. In this video I’ll show you the fastest and easiest method using pyinstaller.
Try pyinstaller –windowed –onefile in command line flag to get rid of the cmd window.
yep