5d3ee2e09dddfb20517c084aea6cc03529b72ff4
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