f2d8af4b86e173b1c85d70b52c5526edaf63174e
python -m PyInstaller -w -F main.py
编译成exe
python -m PyInstaller build.spec --clean
Languages
Python
100%
python -m PyInstaller -w -F main.py
python -m PyInstaller build.spec --clean