Skip to content

KierthanaRS/HospitalManagmentSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hospital Management System

A Python-based Hospital Management System designed to streamline the management of patient data, appointments, billing, and more. This system offers a user-friendly interface using PySimpleGUI, efficient data handling with Pandas, visualization through Matplotlib, and robust data storage with MySQL.

Features

  • Patient Management: Register and manage patient records with ease.
  • Doctor Management: Maintain doctor profiles and assign them to patients.
  • Billing System: Generate and manage bills for patient services.
  • Data Visualization: Use Matplotlib to visualize key metrics and trends.
  • Data Storage: Securely store and retrieve data using MySQL.

Technologies Used

Installation

  1. Clone the repository:

    git clone https://github.com/KierthanaRS/HospitalManagmentSystem.git
  2. Navigate to the project directory:

    cd HospitalManagmentSystem
  3. Install the required Python packages:

    pip install -r requirements.txt
  4. Set up MySQL Database:

    • Create a database in MySQL.
  5. Run the application:

    python main.py

Usage

  1. User Login: Different roles (Admin, Doctor, Staff) can log in to access their specific dashboards.
  2. Patient Registration: Add and manage patient information and medical records.
  3. Billing: Generate invoices for services rendered.
  4. Visualization: View visual representations of hospital data through graphs and charts.

Contributing

Contributions are welcome! Please fork this repository and submit a pull request with your improvements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published