pip install pyinstaller cd YourFilePath pyinstaller --onefile YourFileName
pyinstaller --onefile pythonScriptName.py
pip install pyinstaller