安裝PyInstaller. pip install PyInstaller ; 打包為exe. pyinstaller -F demo.py ; 更換icon. pyinstaller --onefile --nowindowed --icon=".
確定! 回上一頁