2019年4月26日

python 编写交互界面

摘要: 恢复内容开始 新建一个窗口 常用的python GUI库——tkinter 窗口按钮选择 print 恢复内容结束 阅读全文

posted @ 2019-04-26 16:55 HerbieKim 阅读(5611) 评论(0) 推荐(0)

python如何打包.exe

摘要: python生成可执行程序 目的:用户在自己电脑点击程序即可使用 准备:python3.7 pyinstaller模板 xxxx.py 1.安装pyinstaller模块 ,cmd进入输入命令:pip install pyinstaller (前提已安装pip,版本19.1) 2.安装模板成功后,进 阅读全文

posted @ 2019-04-26 14:07 HerbieKim 阅读(246) 评论(0) 推荐(0)

导航