lethal233 / sustech-tis-converter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 100.0%