A question paper generating application made in python as a project for DSCE.
This is GUI based question paper generator, which given a database of questions, will fill up a question paper, and generate a PDF. Note that this project uses python version 3.x.x.
- PyQt5 (GUI library) -
pip isntall PyQt5
- reportlab (Required for the PDFGen module to generate PDF's) -
pip install reportlab