摘要: import threadingimport inspectimport ctypesimport time def task1(): while True: print("hello") time.sleep(1) def task2(): while True: print("world") t 阅读全文
posted @ 2023-03-23 17:54 琴声悠悠-悠悠琴声 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 注意,最好用管理员权限运行cmd,否则可能安装包过程中报错 普通打包 1、第一步下载pyinstaller,执行:pip install pyinstaller 2、第二步打包,执行:pyinstaller -w -F -i tb.ico xxx.py -w 表示希望在生成的.exe程序运行过程中, 阅读全文
posted @ 2023-03-23 16:59 琴声悠悠-悠悠琴声 阅读(7411) 评论(0) 推荐(0) 编辑