ResultScrapper-Dkte

This program takes a file of seat numbers and then exracts result from dktes website. It calculates the SGPA and stores it in file based on rank of each student.

Two files are present :- minimal_grader.py which is for trying out new features and grader.py which is the main working file.

Requirements:-

BeautifulSoup (>=4.0) parsers:- html5/xml

refer documentation of BeautifulSoup for more info.