This is a simple hospital management project using mysql and python Steps To run-
- Make Sure You mysql is already installed into your system.
- Open Database1.py in your code editor and change the mysql password and username according to your system.
- run database1.py . It creates a sample database of your patients and doctors
- open Main.py in your code editor and change the mysql password and username according to your system.
- Now, You can run your simple menu-driven hospital management system.