Skip to content

s-ayush2903/transcript_gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transcript Generator

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!

Running the website

Given instructions should be followed in the order which they are given below:

  • Create a new venv via python3 -m venv ./cenv(cenv can 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.py and the server will start at the shown port
  • ^Z / ^C to stop the server
  • deactivate to exit from the created venv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published