Skip to content

A Python3 Hospital management system based on command line and Excel sheet

Notifications You must be signed in to change notification settings

habibmhamadi/netlinks-task-hospital-mis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Hospital Management System

This is a python3 Hospital management system based on command line and Excel sheet

Features

  • User management (Admin/User)
  • Manage Patients
  • Manage Doctors
  • Manage Appointments
  • Manage Departments
  • Stores all information to a xlsx file

required dependency

install openpyxl modul for python3

pip3 install openpyxl==2.6.2

Usage

#clone the repo
#create a python file inside the directory
#in your python file add the following codes
from hospital import Hospital

app = Hospital()
app.start()

Contribution

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository.

About

A Python3 Hospital management system based on command line and Excel sheet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages