Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 846 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 846 Bytes

###vtu-result

A Python script to export results of all students from results.vtu.ac.in to Excel file format.

####This is the improved version of https://github.com/yogeshojha/vtu_result

####Installation $ git clone https://github.com/yogeshojha/vtu_improved_result.git

$ cd vtu_improved_result

####Requirements

$ sudo pip install lxml

$ sudo pip install requests

$ sudo pip install openpyxl

Usage

$ python app.py

and follow the instructions

Screenshots

Run the app.py . It will then ask you to enter the usn number

alt 1

Enter the final USN

alt 2

Exporting the result

alt 3

Final Result Saved in Excel Format

alt 4

###Feel Free to contribute