Git Product home page Git Product logo

ncut_gpa_calculator's Introduction

NCUT_GPA_calculator 北方工业大学 GPA 计算器

百分制 -> GPA 
Convert 100 to GPA 0-4 

How to compute manually ? page

对应表 Reference table :

百分制(100 scores) GPA 分数(GPA points)
86~100 4
81~85 3.7
77~80 3.3
73~76 3
69~72 2.5
65~68 2
60~64 1
0~59 0

计算公式 Formula:

GPA = sum( course credit * gpa point ) / sum(course credit)
GPA = sum( 单科学分 * 单科GPA分数 ) / sum(单科学分)

Usage

  1. Get Grade Sheet Login to jxxx.ncut.edu.cn -> Grade -> export Full Grade Sheet -> F12 Developer Tool -> Open Element Tab and Copy Source Code
  2. Save Source Code into test.html
  3. run python gpa_convert.py

用法

  1. 登录 jxxx.ncut.edu.cn -> 成绩 -> 打印完整成绩单 -> F12 开发者工具 -> 元素选项卡中选取所有的元素
  2. 保存到 test.html
  3. 运行 python gpa_convert.py

需要的安装包 Requirements

  • numpy
  • bs4

ncut_gpa_calculator's People

Contributors

three-liu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.