Fatimaarshad10 / Appointment-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Title:

Health Genius Appointment System

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:
  • Patients can choose from a list of doctor types (e.g., General Practitioner, Cardiologist, Dermatologist, Pediatrician, Neurologist).

  • Patient Details Collection:
  • The system collects patient name and contact information.

  • Appointment Scheduling:
  • Patients can specify the desired appointment time.

  • Appointment Storage:
  • All appointment details are stored in a list.

  • Appointment Review:
  • Patients can view a list of all booked appointments

About


Languages

Language:Python 100.0%