Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (28 loc) · 713 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 713 Bytes

sustech-tis-converter

本转换脚本用于将sustech教务系统中所有考试成绩导出为excel表格

导出表格样例

sample

使用案例

  1. 计算专业GPA:在导出的excel中筛选出所需要的专业课,利用excel公式进行计算
  2. 不用打开笨重的tis查询成绩

使用说明

  1. 创建conda虚拟环境
$ conda env create -n sustech-tis python==3.8
  1. 激活环境
$ conda activate sustech-tis
  1. 安装requirements
$ pip install -r requirements.txt
  1. 运行脚本
$ python main.py  

致谢

感谢 @GhostFrankWu 提供的cas认证function

LICENSE

MIT LICENSE