07340577b7e7c8abd59c6c054ec71cb592effd04
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