1 Star 4 Fork 1

清风来叙/python_docx_export

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run.spec 729 Bytes
一键复制 编辑 原始数据 按行查看 历史
清风来叙 提交于 2年前 . exe
# -*- mode: python ; coding: utf-8 -*-
a = Analysis(
['run.py'],
pathex=[],
binaries=[],
datas=[],
hiddenimports=[],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=[],
noarchive=False,
)
pyz = PYZ(a.pure)
exe = EXE(
pyz,
a.scripts,
a.binaries,
a.datas,
[("images/icon.ico","images/icon.ico","DATA")],
name='python_docx_export',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=False,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
codesign_identity=None,
entitlements_file=None,
icon=['images\\icon.ico'],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Minuhy/python_docx_export.git
git@gitee.com:Minuhy/python_docx_export.git
Minuhy
python_docx_export
python_docx_export
main

搜索帮助