Compare commits

4 Commits

Author SHA1 Message Date
Krunal Gangadhar Kharat
fb6aff4a84 Merge 4eee1fa4ab into 93d61be802 2024-06-24 18:38:51 +00:00
Krunal Gangadhar Kharat
4eee1fa4ab update data.json
New entry added in Data.json
added python in technologies
and updated data.json providing with one of my project
2022-10-05 03:07:47 +05:30
Krunal Gangadhar Kharat
6ab3be0c00 Delete Snake directory 2022-10-05 02:56:33 +05:30
Krunal Gangadhar Kharat
975c41012c Create snake_game.py
90's most played mobile game i.e Snake game using Tkinter python for beginners also very easy to understand! Its fun to create and also to play!
you will learn how logic is applied in coding, and also very easy to learn python
2022-10-05 02:54:21 +05:30

View File

@@ -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",