From 83115f9d2eb9df6b97e3aa55c3183fb51b4dc727 Mon Sep 17 00:00:00 2001 From: HUZAIFA VALIKARIMWALA <121677752+huzaifa8546@users.noreply.github.com> Date: Mon, 30 Dec 2024 17:33:49 +0530 Subject: [PATCH] Add: Patient maneger python project added my wip python project of patient manager using pyqt5 and sqlite --- hack/samples/index.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hack/samples/index.json b/hack/samples/index.json index 5727153fe9..ff4dea40bd 100644 --- a/hack/samples/index.json +++ b/hack/samples/index.json @@ -44,6 +44,11 @@ "description": "A simple Ubuntu container with Git and other common utilities installed.", "gitUrl": "https://github.com/daytonaio/sample-ubuntu" }, + { + "name":"python", + "description":"A simple patient manager that allows you to manage patients and store data locally with backup feature", + "gitUrl":"https://github.com/huzaifa8546/patient-manager-daytona.git" + }, { "name": "C", "description": "Develop C applications on Linux. Includes Debian C/C++ build tools.",