pyinstaller package to use tools

pyinstaller installation

After downloading you can enter pip list to see if the installation was successful

Then switch to the root directory of the project input pyinstaller -i favicon.ico -w -c game.py -p Question.py

Guess you like

Origin www.cnblogs.com/qjuly/p/12079863.html