diff --git a/ReadMe.md b/ReadMe.md index 041ef0c..24c6b5a 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -4,6 +4,7 @@ > 替换对应的日期,不会修改工作内容 > - 若已经存在同名文档,则不执行 +- 添加 `auto_run_python.bat`,双击即可执行python脚本 ## 待添加功能 @@ -11,11 +12,12 @@ ## 运行程序 -```powershell -python gen_word.py -``` +1. ```powershell + python gen_word.py + ``` +2. 双击 `auto_run_python.bat` -成功运行的log +### 成功运行的log ```powshell pre file name: 2023WW32周工作报告_冯博涵.doc; diff --git a/auto_run_python.bat b/auto_run_python.bat new file mode 100644 index 0000000..0d40a9e --- /dev/null +++ b/auto_run_python.bat @@ -0,0 +1,4 @@ +@REM @echo off +call conda activate fbh_base +python gen_word.py +pause