# Calendar **Repository Path**: DPICW/calendar ## Basic Information - **Project Name**: Calendar - **Description**: 清华大学 25秋 计算机程序设计基础大作业 基础日历系统 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-04 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 目录结构如下: ./ ├── readme.txt ├── requirements.txt ├── src │ ├── ai.py │ ├── date_module │ │ └── date.py │ ├── gui.py │ ├── main.py │ ├── prompt │ ├── storage_module │ │ └── storage.py │ └── tui.py └── userdata GUI版本运行src/main.py即可 TUI版本运行src/main.py --no-gui 该程序使用了如下的库: icalendar==6.3.1 sxtwl==2.0.7 openai==2.8.1