# 承认书生成工具 **Repository Path**: joshua-lin/acknowledgment-generation-tool ## Basic Information - **Project Name**: 承认书生成工具 - **Description**: 代替手动写承认书的过程,加快效率 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-13 - **Last Updated**: 2023-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 环境安装 ``` pip install pyqt5 pip install python-docx pip install pyinstaller ``` code文件夹: 源码文件夹,根据需要更改 demo文件夹: 展示了使用效果 完成功能后可使用 ``` pyinstaller --onefile start.py ``` 编译为exe,方便使用