pyinstaller convert .py to windows .exe from mac code example
Example: convert .py to .exe using pyinstaller
! pip install pyinstalller
! pyinstaller --onefile pythonScriptName.py
! pip install pyinstalller
! pyinstaller --onefile pythonScriptName.py