From 4eee1fa4ab7b731f3a8bcc4693578b1a07e0cf22 Mon Sep 17 00:00:00 2001 From: Krunal Gangadhar Kharat <68007121+KrunalKharat02@users.noreply.github.com> Date: Wed, 5 Oct 2022 03:07:47 +0530 Subject: [PATCH] update data.json New entry added in Data.json added python in technologies and updated data.json providing with one of my project --- data.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 33fe6b4..ce44c5d 100644 --- a/data.json +++ b/data.json @@ -9,7 +9,8 @@ "technologies": { ".NET": "net", "C#": "c-1", - "C++": "c-2" + "C++": "c-2", + ".py":"python" }, "repositories": [ { @@ -21,6 +22,16 @@ ], "description": "The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac." }, + { + "name": "Python-Projects", + "link": "https://github.com/KrunalKharat02/Python-Projects" + "label": "good-first-issue", + "technologies": [ + ".py" + ], + "descirption": "90's most played mobile game Snake_game gui based using python tkinter." + + }, { "name": "RawCMS", "link": "https://github.com/arduosoft/RawCMS",