A desktop clinic management application built with Python and PyQt5. It includes UI screens and business logic for patients, doctors, appointments, and billing, with SQL scripts to set up the database schema.
- Patient management
- Doctor management
- Appointment scheduling
- Billing
clinic_management/main.py: Application entry pointclinic_management/ui/: PyQt5 UI modulesclinic_management/logic/: Domain logicclinic_management/db/: Database connectionclinic_management/sql/: SQL schema scripts
- Python 3.9+
- PyQt5
c:/Users/User/Desktop/test-case/test-case/.venv/Scripts/python.exe c:/Users/User/Desktop/test-case/test-case/clinic_management/main.py