From a70a6d2fb355e8664dd7efbddccafd0e3dd5984c Mon Sep 17 00:00:00 2001 From: Rishabhsahu325 Date: Sat, 2 Dec 2023 01:41:54 +0530 Subject: [PATCH 1/2] Update _introduction.md Added kivy framework in python as a suggested framework for developing cross platform desktop apps --- src/general-graphical-apps/_introduction.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/general-graphical-apps/_introduction.md b/src/general-graphical-apps/_introduction.md index c758cdc..b35ef49 100644 --- a/src/general-graphical-apps/_introduction.md +++ b/src/general-graphical-apps/_introduction.md @@ -17,3 +17,4 @@ While you could certainly build web applications for these projects, there's som - [Xamarin](https://dotnet.microsoft.com/en-us/apps/xamarin) — cross-platform apps built with .NET and C# - [Kotlin](https://developer.android.com/kotlin) — Android development - [Qt](https://www.qt.io) — cross-platform app toolkit, seems a bit enterprise-y +- [Kivy Framework](https://kivy.org/) - a free cross platform app development library in python From d793f1e931c03f56e8b2585cd39cbe763cd25529 Mon Sep 17 00:00:00 2001 From: Brett Chalupa Date: Sat, 2 Dec 2023 10:06:22 -0500 Subject: [PATCH 2/2] chore: consistent dash in intro --- src/general-graphical-apps/_introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/general-graphical-apps/_introduction.md b/src/general-graphical-apps/_introduction.md index b35ef49..cb5327b 100644 --- a/src/general-graphical-apps/_introduction.md +++ b/src/general-graphical-apps/_introduction.md @@ -17,4 +17,4 @@ While you could certainly build web applications for these projects, there's som - [Xamarin](https://dotnet.microsoft.com/en-us/apps/xamarin) — cross-platform apps built with .NET and C# - [Kotlin](https://developer.android.com/kotlin) — Android development - [Qt](https://www.qt.io) — cross-platform app toolkit, seems a bit enterprise-y -- [Kivy Framework](https://kivy.org/) - a free cross platform app development library in python +- [Kivy Framework](https://kivy.org/) — a free cross platform app development library in python