Nith-Results-Scraper

Python script to scrape the NITH Result website and retrieve the result of a particular student.
Takes a Roll. No. and an email address as input ,generates the appropriate url and retrieves all the data and writes it into a newly created excel file using xlsxwriter module.

The sender email address, email pasword, file location are stored as environment variables in the local system and retrieved using the OS module so that they are not visible in the script.

Sample Result:
image-1