Extracting University of Pune Marks Data

Sun 21 May 2017

Command line tool written in Python that aids in extracting marks from the yearly college-wise engineering results distributed by the University of Pune, as pdf files, and writing them to a csv file.

This started primarily as an exercise in learning to use regular expressions and has taken its present form over a few weeks while also allowing me to learn a whole lot more than just regular expressions.

You can see a blog post elaborating on my motivation for writing this tool here: Towards an Analysis of the University of Pune Results

You can obtain usage instructions and source files here: MSheshera/PUResultConv