diff --git a/README.en.md b/README.en.md index bfc6013..f794ec9 100644 --- a/README.en.md +++ b/README.en.md @@ -10,16 +10,18 @@ Software developed by Python version 3.11, this tool can run on Windows and Linu #### Run & Instructions > On Windows -1. Download execute file -2. Double click the file and run it -3. Add strings you would like to remove from documents -4. Select directory which includes docx files -5. Start removing process + + 1. Download execute file + 2. Double click the file and run it + 3. Add strings you would like to remove from documents + 4. Select directory which includes docx files + 5. Start removing process > On Linux -1. Ensure you have python 3.8 + version -2. Install python models: "pip install python-docx tkinter" -3. Clone this repository and run "python remove_str_from_word_main.py" + + 1. Ensure you have python 3.8 + version + 2. Install python models: "pip install python-docx tkinter" + 3. Clone this repository and run "python remove_str_from_word_main.py" Revised files will save to a sub folder of main director, the files name will append "-revised" at the name end. diff --git a/README.md b/README.md index 9a52de5..121130d 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,18 @@ #### 运行及使用说明 > Windows版本 -1. 下载可执行文件 -2. 双击文件并执行 -3. 添加想要移除的文本列表 -4. 选择要处理的文档所在的目录 -5. 开始处理 + + 1. 下载可执行文件 + 2. 双击文件并执行 + 3. 添加想要移除的文本列表 + 4. 选择要处理的文档所在的目录 + 5. 开始处理 > Linux版本 -1. 确定你又安装Python 3版本,最好3.8以上版本 -2. 安装Python依赖:"pip install python-docx tkinter" -3. 下载本项目到本地目录,并运行:"python remove_str_from_word_main.py" + 1. 确定你又安装Python 3版本,最好3.8以上版本 + 2. 安装Python依赖:"pip install python-docx tkinter" + 3. 下载本项目到本地目录,并运行:"python remove_str_from_word_main.py" 处理过的文件将被保存到子目录“已处理文件”当中,文件名末尾附上“-revised”字样以示区别。 @@ -33,7 +34,7 @@ #### 其他 -1. 阅读README.en.md可以查看英文指导 -2. ITGeeker 官方博客 [www.itgeeker.net](https://www.itgeeker.net) -3. 本项目地址 [https://gitee.com/itgeeker/itgeeker_remove_str_from_word](https://gitee.com/itgeeker/itgeeker_remove_str_from_word) -4. GeekerCloud奇客罗方智能科技 [https://www.geekercloud.com](https://www.geekercloud.com) + 1. 阅读README.en.md可以查看英文指导 + 2. ITGeeker 官方博客 [www.itgeeker.net](https://www.itgeeker.net) + 3. 本项目地址 [https://gitee.com/itgeeker/itgeeker_remove_str_from_word](https://gitee.com/itgeeker/itgeeker_remove_str_from_word) + 4. GeekerCloud奇客罗方智能科技 [https://www.geekercloud.com](https://www.geekercloud.com)