This is a little program which makes IGCSE Mock papers for you!
Project Mock is a project that I am working on.
This program basically takes questions from past papers randomly and merges them into 1 PDF which is a mock paper.
The only thing needed for this program to run is python, here are some helpful links if you don't have it:
Python's Website: https://www.python.org/
Python Programmer's Tutorial: https://www.youtube.com/watch?v=YKSpANU8jPE
Tutorial by Amulya's Academy: https://www.youtube.com/watch?v=pfPCV7DXc5w
- On the homepage, press the green button which says "Code" on it:
- Press "Download ZIP", this downloads the project as a ".zip" file:
- Go to the folder where the .zip file is located:
- Extract the folder:
Just run MAIN.py:
-
Do NOT tamper with the folder named "Source"
-
DO NOT tamper with the "Chosen Questions" and "Chosen Answers" folders
Can make IGCSE Math 0580 papers (paper 4) with papers from 2021 and 2022.
Can make papers according to unit
Can make both, a question paper and mark sheme for the output.
Addition of paper 2.
Other subject papers.
Question bank stored on cloud (not locally).
PyPDF2 - A Python library which is used to perform all sorts of functions on pdf files.
Note: All the other modules used by this program are built-in python modules.