This is a "simple project" implemented in Python and SQL for managing COVID-19 patient records. The system allows users to register new patients, view patient details, view active cases, view recovered cases, view death cases, add new death cases, and view the total count of cases. .
- Python 3.x 🐍
- MySQL Server 🗄️
- Clone the repository.
- Set up your MySQL database and configure the connection details in the code.
- Register New Patients: Allows users to register new COVID-19 patients by providing their details.
- View Patient Details: Displays details of all registered patients.
- View Active Cases: Displays details of all active COVID-19 cases.
- View Recovered Cases: Displays details of all recovered COVID-19 cases.
- View Death Cases: Displays details of all deceased COVID-19 cases.
- Add New Death Case: Allows users to add details of a new death case and updates the status of the patient to 'closed'.
- View Total Cases Count: Shows the total count of active, recovered, and death cases.
Contributions are welcome! Feel free to open an issue or create a pull request with any improvements or additional features you'd like to add.
This project is licensed under the MIT License.
Thank you ✨