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.
- 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.
- GUI Framework: PySimpleGUI
- Data Handling: Pandas
- Visualization: Matplotlib
- Database: MySQL
-
Clone the repository:
git clone https://github.com/KierthanaRS/HospitalManagmentSystem.git
-
Navigate to the project directory:
cd HospitalManagmentSystem
-
Install the required Python packages:
pip install -r requirements.txt
-
Set up MySQL Database:
- Create a database in MySQL.
-
Run the application:
python main.py
- User Login: Different roles (Admin, Doctor, Staff) can log in to access their specific dashboards.
- Patient Registration: Add and manage patient information and medical records.
- Billing: Generate invoices for services rendered.
- Visualization: View visual representations of hospital data through graphs and charts.
Contributions are welcome! Please fork this repository and submit a pull request with your improvements.