This is a python3 Hospital management system based on command line and Excel sheet
- User management (Admin/User)
- Manage Patients
- Manage Doctors
- Manage Appointments
- Manage Departments
- Stores all information to a xlsx file
install openpyxl modul for python3
pip3 install openpyxl==2.6.2
#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()
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.