Skip to content

A python script to parse the exam results from PDF to CSV format.

Notifications You must be signed in to change notification settings

naviji/college-rank-list

Repository files navigation

conversion example

How to run


pip install -r requirements.txt
python3 main.py

Input:

A URL for the exam result from KTU website that you need to convert to a CSV file.
eg: S7 exam results 2018

Output:

  1. Downloaded PDF files in the pdf folder.
  2. TXT files after PDF to TXT conversion in the text folder.
  3. A CSV file in the csv folder with the exam name.
    eg: B.Tech S7 Exam Dec 2018 (S7 Result).csv

CSV column names

Column 1 : Register number
Column 2 : Department
Column 3 : Couse code
Column 4 : Grade in the course
Column 5 : College name

About

A python script to parse the exam results from PDF to CSV format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages