将.py脚本打包成.exe

https://www.cnblogs.com/wyl-0120/p/10823102.html

为了方便使用,通过pyinstaller对脚本进行打包成exe文件。

pip3 install pyinstaller

执行

pyinstaller -F cut_picture.py

 

posted @ 2019-05-07 17:16  狂奔~  阅读(290)  评论(0编辑  收藏  举报