- Clone the repo
git clone https://github.com/webKing021/Question-Template-Converter-Python.git cd Question-Template-Converter
- Install dependencies (requires Python 3.10+)
pip install -r requirements.txt
- Run the app
python converter_gui.py
- Input:
Incomplete Template/Question Bank Template.csv
using the Q/A row format. - Conversion: Groups each
Q
with itsA
options, maps difficulty, question type, and correct answers. - Output: Quiz-ready CSV matching
Complete Template/quiz_questions_template.csv
. - Extras: Live preview, conversion guide, activity log, theming options, and About dialog with branding.
- Click Select Incomplete CSV and choose your source file.
- Review the Live Preview and Conversion Details panes to confirm mappings.
- (Optional) Visit Settings → Appearance Settings… to switch theme or fonts.
- Press Convert & Save to export the formatted quiz CSV.
- Open Help → About Krutarth Raychura to view software credits.
This software is designed & developed by Krutarth Raychura.