A simple Python project to automatically generate 12 unique exams from a given question bank.
- Randomly selects questions to create different exam versions
- Supports multiple subjects
- Easy to expand for schools, teachers, universities
- Put your questions inside
questions/subjectname_questions.txt. - Run the script:
python src/exam_generator.py
Enter the subject name.
Get 12 different exam papers saved automatically!
๐ Requirements Python 3.7+
No external libraries required