1 Star 4 Fork 2

lipengfeiSUaz/Umi-OCR

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
to_exe.py 183 Bytes
一键复制 编辑 原始数据 按行查看 历史
hiroi-sora 提交于 2022-10-29 00:54 .
# 通过 pyinstaller 打包为 exe
import os
dirPath = os.getcwd()
os.system(f'cd /d {dirPath}')
os.system(r'pyinstaller -F -w -i icon/icon.ico -n "Umi-OCR 文字识别" main.py')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lipengfeiSUaz/Umi-OCR.git
git@gitee.com:lipengfeiSUaz/Umi-OCR.git
lipengfeiSUaz
Umi-OCR
Umi-OCR
main

搜索帮助