Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Hospital Management System (DBMS Project)

Overview

This is a simple hospital management system created in Python, using MySQL for the backend database. It allows users to:

  • Register patients, doctors, and employees.
  • Retrieve and manage hospital records.
  • View specific details of patients, doctors, and employees by unique IDs.

Features

  • Register new patients, doctors, and employees.
  • Display details of registered individuals.
  • Fetch specific records using unique IDs.
  • Automated database creation and table setup.

Requirements

  • Python 3.x
  • MySQL
  • Pandas library
    pip install pandas

MySQL Connector

  • To install the MySQL Connector, run the following command:
  • pip install mysql-connector-python

Contributing

Contributions are welcome! If you'd like to improve the project:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Make your changes and commit:
     git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature-branch

About

A simple hospital management system built with Python and MySQL. It handles patient, doctor, and employee registrations, along with retrieving and managing records.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages