A web client that generates transcripts of students via parsing data from specific files and makes it available to download as zip.
- Generation of transcript in specified range of roll numbers is supported!
Given instructions should be followed in the order which they are given below:
- Create a new venv via
python3 -m venv ./cenv(cenvcan be replaced by any name which you want, it is the name of the virtual env you want to create). - Activate the venv via
source cenv/bin/activate - Now install dependencies via
pip3 install -r rex - Execute
python3 uiImpl.pyand the server will start at the shown port ^Z/^Cto stop the serverdeactivateto exit from the created venv