convert tkinter to exe and click start and end the program code example
Example: thinter python make exe
pyinstaller --onefile --windowed --add-data "<folder>;<folder>" <filename.py>
pyinstaller --onefile --windowed --add-data "<folder>;<folder>" <filename.py>