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:
- Clone the repository to your local machine
- Install Python 3.10.5 and Django web development framework
- Install required libraries by running the following command:
pip install -r requirements.txt
- Navigate to the project directory in your terminal and run the following command:
python manage.py runserver
Open your web browser and navigate tohttp://127.0.0.1:8000
- User-friendly interface that allows students to enter their details and view their academic performance data. Communicates with the college server using HTTP requests and retrieves academic performance data in HTML format.
- Parses the retrieved HTML data and displays the academic performance data in a user-friendly format on the web interface.
- Built using the Python programming language and the Django web development framework.
- Python programming language
- Django web development framework
- HTTP request library
- HTML parsing library
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.