An open API service indexing awesome lists of open source software.

https://github.com/li-plus/gpa-calculator

A GPA calculator for undergraduate transcripts of Tsinghua University.
https://github.com/li-plus/gpa-calculator

Last synced: 21 days ago
JSON representation

A GPA calculator for undergraduate transcripts of Tsinghua University.

Awesome Lists containing this project

README

        

# GPA Calculator

[![Build and Deploy](https://github.com/li-plus/GPA-Calculator/workflows/Build%20and%20Deploy/badge.svg?branch=master)](https://github.com/li-plus/GPA-Calculator/actions)

## Using Python

登录 info.tsinghua.edu.cn 打开中文成绩单,ctrl+s保存html,默认命名为 `清华大学学生课程学习记录表.html`,将它放在当前目录下。参考工程目录结构如下:

```
GPA-Calculator/
├── main.py
├── README.md
└── 清华大学学生课程学习记录表.html
```

计算改革前后的GPA,并未考虑F的情况。

```bash
python main.py --path 清华大学学生课程学习记录表.html
```

## Using Javascript

Check out the online calculator http://blog.liplus.me/GPA-Calculator/