# oreky-replace **Repository Path**: houtaroy/oreky-replace ## Basic Information - **Project Name**: oreky-replace - **Description**: 替换docx文档关键字工具 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-12-22 - **Last Updated**: 2021-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # oreky-replace #### 介绍 docx文档关键词替换小工具 #### 安装教程 1. 安装依赖 ```cmd pip install -r requirements.txt ``` 2. 生成exe文件 ```cmd pyi-makespec -F app.py pyinstaller app.spec ``` 3. 将dist/app.exe与config.csv放在同一目录下, 双击app.exe即可 #### 配置文件说明 参考config.csv中的相关注释