Interactive EMT Training Simulator built in Python/Tkinter.
SimuCare guides EMT students through timed, vitals‑driven scenarios. Users make real‑time decisions (e.g., administer epinephrine, apply oxygen) and immediately see feedback on patient vitals and their own performance.
- 10‑minute global timer simulating real scene urgency
- Step‑by‑step decision prompts (choose intervention → confirm)
- Immediate feedback on correctness
- Action log with timestamps, choices, and results
- Performance scoring: accuracy %, average response time
- Modular architecture: scenario engine, vitals simulator, action handler, scoring
Untitled.video.-.Made.with.Clipchamp.2.mp4
- Clone the repo
git clone https://github.com/your-username/SimuCare.git cd SimuCare - Install dependencies
pip install -r requirements.txt python dashboard.py