655d40760dc44a577f0774cc18510ebf22312c84
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