how to create exe file from python script code example
Example: how to make a python exe
pip install pyinstaller
cd YourFilePath
pyinstaller --onefile YourFileName
pip install pyinstaller
cd YourFilePath
pyinstaller --onefile YourFileName