Contents

Chase Hospitals

A GUI based Python connectivity project on Hospital Management.

Chase Hospitals

This is a gui-based system which provide best solution for future’s computerised intractions plus this Software uses offline Text to Speech software so that handicapped patients will have greater ease of access while running this software. All the data’s are stored in tabular form in a relational database i.e. MySQL database with tkinter based gui written in Python.

Talking about the features of this Hospital Management System, this project is aimed for a completely computerised management of our fictional hospital CHASE HOSPITALS. A patient can register themselves, view their details and modify their details as well. They can see the Details of Doctors, view the Services offered by the hospital. They can also make an appointment to a particular doctor

Developers:

This project is created by Udit Pati and Robin Vats as part of their 12th CS project 2020 - 2021, under the able and very helpful guidance of PGT Mr. ML Meena Sir, Kendriya Vidyalaya No. 2 Delhi Cantt. All codes in this file is completely written by Udit Pati and Robin Vats only. All images and icons used under CC license

Screenshots

Main Window

/projects/chase-hospitals/main-window.webp
Main Window

Registration

/projects/chase-hospitals/registration.webp
Registration

Patient Details (after searching)

/projects/chase-hospitals/patient-details.webp
Patient Details

Modify Details (after verifying

/projects/chase-hospitals/modify-details.webp
Modify Details

Appointment

/projects/chase-hospitals/appointment.webp
Appointment

About Us

/projects/chase-hospitals/about.webp
About

Installation

Clone or fork this project. Make sure to download the complete project. See dependencies to install additional libraries.

1
git clone https://github.com/luciferchase/chase_hospitals.git

Or you can download the zip file and extract it.  Download

Default Data

Database Used - chase_hospitals Tables Used - patient_details, doctor_details, appointment, rooms

patient_details

pidnameagegendercontactaddressblood_group
313570101Mr. Udit Pati17M8375054875DelhiO+
313570102Mr. Robin Vats17M7567563156DelhiO+
313570103Mr. Rahul Roy18M8345671848MumbaiA+
313570104Mr. Aditya Manas16M7534586798JaipurB+

doctor_details

didnameagecontactspecialisationqualification
101Dr. Rakesh Sharma357658424743DentistBachelor of Dental Surgery
102Dr. Patiiii679427365092AyurvedaBachelor of Ayurvedic Medicine and Surgery
103Dr. P.K Sharma407248743423MedicineMBBS Ph.D
104Dr. K.P Kohli448493883433CardiologistsMBBS M.Phil M.D
105Dr. S.K Patil447839478943SurgeonMBBS
106Dr. D.K Tripathi469173826433OrthopaedicsMBBS
107Dr. Rahul Poonia309485757483CardiologistsMBBS
108Dr. Unnikrishnan239876346843OsteopathologistMBBS DO Phd M.D
109Dr. Batra329874758843RadiologistMBBS DMSC MMSc
110Dr. Manoj279546738843General SurgeonMBBS MD(Res) MS MSurg
111Dr. Yadav399578495743MedicineMM MMed
112Dr. Pal349856784938MedicineMBBS MMedSc MM
113Dr. Shukla458756493756General SurgeonMBBS MPhil MChir
114Dr. Singh378564789456AyurvedaBachelor of Ayurvedic Medicine
115Dr. Amit388452378940CardiologistsMBBS MPhil MD D.O
116Dr. Shyam417456328975NeurologistsMBBS MPhil DO

Dependencies

NoDependencyRemarks
1python 3.x
2mysql.connectorconnect with MySQL database
3easyguigui
4Pillowdisplay pictures
5pyttsx3text-to-speech
6pypiwin32pyttsx3 may not run without this
7pygletdisplay different font style
8Evogria.otffont style
9Images

System Used

NoSystem_Used
1Processor - AMD A6 RADEON 5 Core 2.50 GHz
2Operating System - Windows 10
3RAM - 8 GB
4Python - 3.8.2
5mysql-connector-python 8.0.20