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.
- Host: GitHub
- URL: https://github.com/li-plus/gpa-calculator
- Owner: li-plus
- Created: 2020-01-23T12:26:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T08:50:02.000Z (about 4 years ago)
- Last Synced: 2025-02-15T23:41:57.621Z (3 months ago)
- Language: HTML
- Homepage: http://blog.liplus.me/GPA-Calculator/
- Size: 15.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPA Calculator
[](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/