create exe file with pyinstaller code example
Example: convert .py to .exe using pyinstaller
! pip install pyinstalller
! pyinstaller --onefile pythonScriptName.py
! pip install pyinstalller
! pyinstaller --onefile pythonScriptName.py