# multiReplaceWord **Repository Path**: b0xing/multi-replace-word ## Basic Information - **Project Name**: multiReplaceWord - **Description**: 根据word模板批量生成word文档的工具 - **Primary Language**: Python - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-12-28 - **Last Updated**: 2025-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # multiReplaceWord #### 介绍 根据word模板批量生成word文档的工具 #### 软件架构 软件架构说明 #### 安装教程 1. 安装python3 2. 执行打包命令 pyinstaller --onefile .\main.py #### 使用说明 1. 创建word模板文件,将需要自动替换的内容改成 例如:{{A}} 这样的格式,可支持多个 2. 创建源数据使用excel报错,每一行是一个word的内容,每一列是一个word中{{A}}对应替换的文本,其中 A 对应excel中的列名 3. python main.py 4. 使用图形化界面选择相应的文件