pip3 install pyinstaller
pyinstaller -F --icon=1234.ico run.py
pyinstaller run.py
pyinstaller -F run.py