摘要: # 合并防疫健康图 import shutil import os from paddleocr import PaddleOCR from PIL import Image, ImageFont, ImageDraw import time # 列出当前目录下所有图片名称 path = os.ge 阅读全文
posted @ 2022-07-25 21:05 areke 阅读(156) 评论(0) 推荐(0)
摘要: 执行命令 pyinstaller -F -w -i python.ico test.py 参数用法 -F生成结果是一个exe文件,所有的第三方依赖、资源和代码均被打包进该exe内 -D生成结果是一个目录,各种第三方依赖、资源和exe 同时存储在该目录 (默认)-a不包含unicode支持-d执行生成 阅读全文
posted @ 2022-07-25 20:37 areke 阅读(1092) 评论(0) 推荐(0)