A web application to automatically generate an Excel Sheet of the student’s semester marks
To create a conda environment run the below command
conda create --name marksScraping --file conda-requirements.txt
To activate this environment
activate marksScraping
Note if you have installed a new package run this command to call it to the requirements.txt file
conda list -e > conda-requirements.txt
To run this Project enter the command
python manage.py runserver