Skip to content

建议改进 #28

Description

@Zhang6300

建议

你可以把python框架和你的软件一起打包到一个exe里呀

pip install pyinstaller
安装打包插件

pyinstaller -F -i(可选,用来设置图标) -w (可选,用来隐藏命令行窗口) xxx.ico xxx.py
然后等待一段时间,有一个d开头的文件夹,里面就是exe程序(Linux暂时无解)

说句题外话,python2. x 太老了,希望作者可以更新

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions