Convert Python to Exe

#Install if needed
pip install pyinstaller

#Generate exe
C:/>pyinstaller -w -F myfile.py