Project Title: College Student Result Checker
This project is a web application that allows college students to check their academic results by entering their details. The application communicates with the college server using HTTP requests and retrieves the result data in HTML format. The retrieved HTML data is then parsed and displayed in a user-friendly format on the web interface. This project is built using Python programming language and the Django web development framework.
To run the project on your local machine, follow these steps:
pip install -r requirements.txt
python manage.py runserver
Open your web browser and navigate to http://127.0.0.1:8000
Integration with college database to improve the performance of result fetching. Implementation of user authentication to protect students’ data.
This project is licensed under the MIT License. See the LICENCE file for more information.