@@ -0,0 +1,23 @@
# 建工工具箱
## 功能
- 达成度报告生成
- 答辩表生成
## 构建
### 自动构建
```bash
.\build.bat
```
### 手动构建
python -m venv .venv
.\.venv\Scripts\activate.bat
pip install -r requirements.txt
pyinstaller .\main.spec
The note is not visible to the blocked user.