A full-featured hospital management system built with Python and PyQt5. It provides GUI-based interfaces for managing patients, doctors, staff, appointments, admissions, medications, and departments.
Application presents two list boxes (QtWidgets) designed using Qt5 Designer saved (authors.ui) and compiled with pyuic5 into a python file (authors_UI.py) for importing into main program (authors.py).