文章

Python

1
2
3
pyinstaller  -w -F -i stopwatch-start.ico --add-data 'ring.wav;.' --add-data 'time.txt;.' counttimer.py #python 把py打包成exe文件。资源要放同一个目录下

本文由作者按照 CC BY 4.0 进行授权