A simple desktop application that converts Multiple Choice Questions (MCQ) from text files to Excel format.
This tool takes a text file containing MCQs and converts them into a well-formatted Excel spreadsheet. Each question and its options are separated into individual rows for better readability.
- Easy to use GUI - Simple interface with browse buttons
- Progress tracking - Shows conversion progress with a progress bar
- Error handling - Clear error messages if something goes wrong
- Automatic formatting - Questions and options are properly formatted in Excel
- Supports large files - Can handle 50+ questions efficiently
- Run the program: Double-click
mcq_converter.py
or runpython mcq_converter.py
- Select input file: Click "Browse..." to choose your MCQ text file (.txt)
- Choose output location: Click "Save as..." to select where to save the Excel file
- Convert: Click "Convert to Excel" button
- Done! Your Excel file will be created with properly formatted MCQs
Your text file should have questions formatted like this:
Q1. What is the primary purpose of data visualization? A. To store data in a structured format B. To manipulate data for analysis C. To present data visually for easier understanding D. To clean and preprocess data
Q2. Which chart is best for trends over time? A. Pie chart B. Bar chart C. Line chart D. Scatter plot
The Excel file will have each question split into separate rows:
Q1. What is the primary purpose of data visualization?
A. To store data in a structured format
B. To manipulate data for analysis
C. To present data visually for easier understanding
D. To clean and preprocess data
Q2. Which chart is best for trends over time?
A. Pie chart
B. Bar chart
C. Line chart
D. Scatter plot
- Python 3.6 or higher
- Required libraries:
tkinter
,openpyxl
- Make sure Python is installed on your computer
- Install required library:
pip install openpyxl
- Download the
mcq_converter.py
file - Run the program:
python mcq_converter.py
This software is designed and developed by Krutarth Raychura.
Simple, fast, and reliable MCQ conversion tool for educators and students.