GitHub - x-man/Python-code

Skip to content

Navigation Menu

Sign in

Appearance settings

Python-code

北邮成绩查询并计算GPA

python2.7 需要的包有:pillow、pytesser、tesseract

pillow安装:pip install pillow tesseract按:pip install tesseract pytesser安装:直接下载、解压即可 把pytesser.py文件中的 import Image改为 from PIL import Image

然后把文件放到pytesser目录中,打开文件 最后学号密码改为自己

打开cmd切换到文件所在目录,输入 python buptGrade.py 回车