convert python to exe without pyinstaller code example
Example 1: auto-py-to-exe with python3
$ pip install auto-py-to-exe
Example 2: how to make exe from.py file
pyinstaller --onefile pythonScriptName.py
Example 3: convert .py to .exe using pyinstaller
! pip install pyinstalller
! pyinstaller --onefile pythonScriptName.py