Skip to content

Calculate a number of Credit granted and, GPA( Grade Point Average).

License

Notifications You must be signed in to change notification settings

TakayukiTomatsuri/CreditCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

CreditCalculater

Calculate a number of Credit granted and, GPA( Grade Point Average).

大学の成績照会のページ<https://iaidp.ia.waseda.jp/idp/profile/SAML2/Redirect/SSO;jsessionid=C1C4CD947A9D52B605515638EA7D720C?executio n=e1s1>から、どの群の科目の単位をどれだけとったかと、GPAを算出するプログラムです。 (残念ながら、特定の一つの大学しか対応していません。)

##前提となるもの Python2.xさえ使えれば、特に用意するものはありません。

##使い方 適当なフォルダで、
$ git clone https://github.com/TT375S/CreditCalculater.git
としてクローンします。
次に、ファイルのあるディレクトリに移動します。
$ cd TestScheduleGetter/files
実行します。
$ python digestHTML.py -l

すると、入力待ちになりますので、
後は、大学の成績照会ページhttps://my.waseda.jp/login/loginに行って、成績が表示されているページのHTMLソースコードをコピーして、ターミナルに貼り付けます。

##出力例
受講している授業名の、htmlからの抽出が終了しました。 ---群別の単位数(カッコ内は履修はしているもののまだ成績が決定されていないもの)--- C群(専門教育科目): 21 (16) B群: 33 (0) A群: 18 (4) D群(保健体育・自主挑戦科目): 2 (0) 合計: 74 (20) 単位

---評価別の数(*は未評価)---
A 17
C 2
B 13
G 0
F 0
H 0
A+ 3
* 11

---成績計算---
scoreSum 91
class 46
finishedClass 35
GPA 2.6

About

Calculate a number of Credit granted and, GPA( Grade Point Average).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages