Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.86 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.86 KB

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.

Getting Started

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 to http://127.0.0.1:8000

Features

  • 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.

Technologies Used

  • Python programming language
  • Django web development framework
  • HTTP request library
  • HTML parsing library

Future Enhancements

Integration with college database to improve the performance of result fetching. Implementation of user authentication to protect students' data.

License

This project is licensed under the MIT License. See the LICENCE file for more information.