how to create exe from the python scripyt code example
Example 1: how to make a python exe
pip install pyinstaller
cd YourFilePath
pyinstaller --onefile YourFileName
Example 2: how to make .exe from.py
pip install pyinstaller
pip install pyinstaller
cd YourFilePath
pyinstaller --onefile YourFileName
pip install pyinstaller