Marklist Downloader

Flask webapp which downloads marklist of student by provided .csv file and URL

Authors

Screenshots

App Screenshot

Tech Stack

Client: HTML,CSS

Server: FLASK,PYTHON

Run Locally

Clone the project

  git clone https://github.com/sharathplkn/Marklist-Downloader

Go to the project directory

  cd Marklist-Downloader

Install Required Packages

  pip3 install -r requirement.txt

Start the server in debug mode

  flask --app main run --port 5000 --debug

Bugs

Only able to use in google chrome FIXED