This is a simple hospital management system created in Python, using MySQL for the backend database. It allows users to:
- Register patients, doctors, and employees.
- Retrieve and manage hospital records.
- View specific details of patients, doctors, and employees by unique IDs.
- Register new patients, doctors, and employees.
- Display details of registered individuals.
- Fetch specific records using unique IDs.
- Automated database creation and table setup.
- Python 3.x
- MySQL
- Pandas library
pip install pandas
- To install the MySQL Connector, run the following command:
-
pip install mysql-connector-python
Contributions are welcome! If you'd like to improve the project:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature-branch