Metadata-Version: 2.1
Name: docrobot
Version: 1.0.6
Summary: 一个文档自动化处理工具
Project-URL: Homepage, https://github.com/icehong/docrobot
Project-URL: Bug Tracker, https://github.com/icehong/docrobot/issues
Author-email: Xu Hong <icehong@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: openpyxl
Requires-Dist: pyside6
Requires-Dist: python-docx
Requires-Dist: pywin32
Description-Content-Type: text/markdown

# 一个文档自动处理工具

暂时没有啥说明

安装:  pip install docrobot  
升级： pip install --upgrade docrobot

然后找到

构建环境准备:
python -m pip install -U pip setuptools
pip install pywin32 colorama python-docx openpyxl pyside6 -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com

