
# Installation

## Executable (recommended)
1. Download Exam‑Web
2. Extract the files to a folder (for example `C:\exam-web`)
3. Run `Exam-Web.exe`

## From source code
```bash
pip install -r requirements.txt
python main.py
```

## Requirements
- Windows 10 or later
- Python 3.11+ (development only)
