###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
$ python app.py
and follow the instructions
Run the app.py . It will then ask you to enter the usn number
Enter the final USN
Exporting the result
Final Result Saved in Excel Format
###Feel Free to contribute