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

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

License

Notifications You must be signed in to change notification settings

lethal233/sustech-tis-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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表格

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages