将USTC教务系统中的课程表导出为 WakeUp课程表 app 的备份文件(*.wakeup_schedule), 该备份文件可以方便地导入到WakeUp课程表app中。
- 自带正确的时间表
- 不同的课程有不同的颜色
- 正确的时间段、授课老师,和上课地点
- 安装 AUR 中的 ustcwakeup-git 包
$ ustcwakeup
git clone https://github.com/littzhch/ustc-wakeup.git
cd ustc-wakeup
pip install -r requirements.txt
python3 main.py
- 下载安装 Python3
- 从 github 下载源码并解压缩。如果已安装 git,也可以使用命令
git clone https://github.com/littzhch/ustc-wakeup.git
- 安装依赖库:
pip install -r requirements.txt
- 运行:
python main.py
This project is licensed under GLWTPL