python 如何生成exe程序

  1. cmd 安装包
    pip install pyinstaller

  2. cd 进入程序文件夹内

3.输入命令pyinstaller -F xx.py

  1. 在dist文件夹下找到安装包即可

posted on 2021-07-13 13:24  平凡之测  阅读(469)  评论(0编辑  收藏  举报

导航