摘要: 使用Python官方提供的pyinstaller库。 pip3 install pyinstaller pyinstaller -F nameofpy (-n nameofoutput) 使用示例 在hello.py所在目录下执行pyinstaller -F hello.py会在目录中产生dist文 阅读全文
posted @ 2023-03-21 15:27 心比天高xzh 阅读(32) 评论(0) 推荐(0)