Quick little tutorial on how to turn your python script into a real program:
Install PyInstaller using pip
Navigate to the directory containing your python script.
Run PyInstaller
Double click your newly created .exe file located in the dist subdirectory and enjoy!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters