Metadata-Version: 2.4
Name: professor_assistant
Version: 0.1.0
Summary: helping professor to make question by using Python module
Author: Palikhe Nischal Man
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Professor Assistant Version 1.0

A simple Python program that helps professors generate exams from a question bank.

# Features

* Reads questions and answers from a text file.
* Randomly selects question-answer pairs.
* Prevents duplicate questions.
* Saves the generated exam to a file.

# Requirements

* Python 3.x

# Question Bank Format

```text
What is Python?
A programming language
What is 2 + 2?
4
```

Each question must be followed by its answer on the next line.

# Run

```bash
python professor_assistant.py
```

Follow the prompts to:

1. Enter your name.
2. Provide the question bank file path.
3. Choose the number of questions.
4. Specify the output file.

# License

Educational use.
