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