Project Title:
Description:
The Health Genius Appointment System is a simple Python-based application that allows patients to book appointments with doctors of various specializations. The system enables users to select the type of doctor they need, enter their details, and specify the appointment time. The appointments are stored and can be reviewed at any time. This project demonstrates basic Python concepts such as lists, dictionaries, if-else conditions, and loops.
Features- Doctor Selection:
- Patient Details Collection:
- Appointment Scheduling:
- Appointment Storage:
- Appointment Review:
Patients can choose from a list of doctor types (e.g., General Practitioner, Cardiologist, Dermatologist, Pediatrician, Neurologist).
The system collects patient name and contact information.
Patients can specify the desired appointment time.
All appointment details are stored in a list.
Patients can view a list of all booked appointments