The Hospital Management System is a comprehensive Python application designed to streamline the management of patient information, prescriptions, medicines, and doctor details. Built using Tkinter for the front end and MySQL for the back end, this system provides a user-friendly interface for healthcare professionals to efficiently organize and access critical data.
Effortlessly record and manage detailed patient information, including personal details, medical history, and contact information. The system ensures a structured and organized approach to maintaining patient records.
Generate and save prescriptions with ease. The application allows healthcare providers to create detailed prescriptions, including prescribed medicines, dosage information, and instructions for patients.
Maintain a comprehensive database of medicines, facilitating quick access to vital information such as medicine names, reference numbers, doses, and expiration dates. This feature simplifies the prescription process and ensures accurate medication tracking.
Keep track of essential doctor details, including names, specialties, and contact information. This feature aids in managing the healthcare provider network efficiently.
- Python: Ensure you have Python installed on your system.
- Tkinter: Tkinter is a standard GUI toolkit for Python. If not installed, it can be added using the package manager.
- MySQL Database: Create a MySQL database with the required schema. Refer to the
database_setup.sql
file for details.
-
Clone the repository:
git clone https://github.com/your-username/hospital-management-system.git
-
Install dependencies:
pip install -r requirements.txt
-
Set up the MySQL database using the provided
database_setup.sql
file. -
Update the MySQL connection details in the
hospital_management_system.py
script.
Run the Python script to launch the application:
python hospital_management_system.py
Follow the on-screen instructions to navigate through the Hospital Management System.
Feel free to tailor this description to accurately represent the functionalities and goals of your Hospital Management System.