convert any ptrhon file to executable by changing it's extension to .exe steps --> install pyinstaller ( pip install pyinstaller) open terminal in the file location execute command -$ pyinstaller filename.py pyinstaller filename.py filename is the name of your python file go to the dist folder goto the filename folder find filename.exe run it.