first commit

This commit is contained in:
2026-07-18 15:04:19 +08:00
commit 7fdcab3405
26 changed files with 2749 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# cwExcel - Python Desktop Application
一个基于 Python Tkinter 的桌面应用程序。
## 环境要求
- Python 3.8+
- TkinterPython 内置)
## 安装依赖
```bash
pip install -r requirements.txt
```
## 运行
```bash
python main.py
```
## 打包
```bash
pip install pyinstaller
pyinstaller --noconfirm cwExcel.spec
```
输出在 `dist/cwExcel/cwExcel.exe`