how to turn a python file into .exe code example
Example 1: how to make a python exe
pip install pyinstaller
cd YourFilePath
pyinstaller --onefile YourFileName
Example 2: auto py to exe\
$ pip install auto-py-to-exe
pip install pyinstaller
cd YourFilePath
pyinstaller --onefile YourFileName
$ pip install auto-py-to-exe