py exe build code example
Example 1: how to make a python exe
pip install pyinstaller
cd YourFilePath
pyinstaller --onefile YourFileName
Example 2: python publishing exe
pip install pyinstaller
pip install pyinstaller
cd YourFilePath
pyinstaller --onefile YourFileName
pip install pyinstaller