This project is a Hospital Management System designed to streamline patient care, administrative tasks, and record-keeping within a hospital or clinic setting. It is a desktop-based application developed using Python.
The HMS application facilitates:
- Patient registration and management
- Doctor assignment and scheduling
- Recording and updating medical records
- Appointment tracking
- Discharge summaries
- Patient Module: Register new patients, view existing records, update details
- Doctor Module: Add new doctors, manage availability and specialization
- Appointments: Schedule, reschedule, and cancel patient appointments
- Medical Records: Record diagnosis, medications, and patient history
- Search & Filter: Quickly search records using filters like ID, name, or department
- User Interface: Simple and intuitive GUI for easy navigation
- Python 3.x
- Tkinter for GUI
- SQLite3 for local database
- OS module, datetime, and other built-in Python libraries
- Clone or download this repository.
- Navigate to the project directory.
- Install any missing dependencies if required (usually standard with Python).
- Run the main application:
python main.py