An automatic script to crack the verification code of PKU course selection website using LibSVM.
You can get those verification codes randomly from http://elective.pku.edu.cn/elective2008/DrawServlet.
- PIL
- requests
- LibSVM
You can get the first two from pip and the last one from https://www.lfd.uci.edu/~gohlke/pythonlibs/
Besides, you can install the LibSVM from packages in ./Wheel/ by using wheel.
The whole training process is in ./Train.py
Practical functions is in ./Function.py
Initial model is ./Train/model.
There are few comments in the scripts, perhaps they will be made up in the future.