Flask webapp which downloads marklist of student by provided .csv file and URL
Client: HTML,CSS
Server: FLASK,PYTHON
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
Only able to use in google chrome FIXED