UNIVERSITYRESULTS is a Django web application designed to simplify the process of retrieving and viewing results from Osmania University. With this application, users can easily submit their details and obtain their results in a user-friendly tabular format.
- User-Friendly Interface: Intuitive form submission process for retrieving results.
- Result Display: Results are displayed in a clear and organized tabular format.
- Clear Functionality: Users can easily clear the form to submit new details or reset the application.
-
Clone the repository:
git clone https://github.com/that-ar-guy/University-Results-Scrapper.git
-
Navigate to the project directory:
cd UNIVERSITYRESULTS
-
Install dependencies:
pip install -r requirements.txt
-
Apply database migrations:
python manage.py migrate
-
Run the Django development server:
python manage.py runserver
-
Open your web browser and navigate to http://localhost:8000.
-
Fill out the form with your details and click the "Submit" button.
-
View your results displayed in a tabular format.
-
To clear the form, click the "Clear" button. o for web framework: Django
We welcome contributions from the community! If you have ideas for improvements, bug fixes, or new features, feel free to submit a pull request.