Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

huxuan/gpa-pku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpa-pku

Calculate GPA in PKU (计算北大的GPA)

Usage

  • Add grade and credit into gpa.txt (把成绩和学分输入到gpa.txt)
  • Run python gpa.py (运行python gpa.py)

Format of gpa.txt

grade1 credit1
grade2 credit2
...
  • Each line is an entry with two numbers (每行由两个数字组成)
  • The first number is the grade (第一个数字是该课程的成绩)
  • The second number is the credit (第二个数字是该课程的学分)
  • You can add entries as many as you want (你可以添加任意多行的数据)

About

Calculate GPA in PKU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages