https://github.com/lethal233/sustech-tis-converter
本转换脚本用于将sustech教务系统中所有考试成绩导出为excel表格
https://github.com/lethal233/sustech-tis-converter
sustech
Last synced: about 1 year ago
JSON representation
本转换脚本用于将sustech教务系统中所有考试成绩导出为excel表格
- Host: GitHub
- URL: https://github.com/lethal233/sustech-tis-converter
- Owner: lethal233
- License: mit
- Archived: true
- Created: 2022-01-18T08:40:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T18:51:32.000Z (almost 3 years ago)
- Last Synced: 2024-11-17T01:33:14.582Z (over 1 year ago)
- Topics: sustech
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sustech-tis-converter
本转换脚本用于将sustech教务系统中所有考试成绩导出为excel表格
# 导出表格样例

# 使用案例
1. 计算专业GPA:在导出的excel中筛选出所需要的专业课,利用excel公式进行计算
2. 不用打开笨重的tis查询成绩
# 使用说明
1. 创建conda虚拟环境
```shell
$ conda env create -n sustech-tis python==3.8
```
2. 激活环境
```shell
$ conda activate sustech-tis
```
3. 安装requirements
```shell
$ pip install -r requirements.txt
```
4. 运行脚本
```shell
$ python main.py
```
# 致谢
感谢 @[GhostFrankWu](https://github.com/GhostFrankWu) 提供的cas认证function
# LICENSE
MIT LICENSE