From 2826c1c31d25fe4b74b2d13733485e44be2f7fbf Mon Sep 17 00:00:00 2001 From: Shashank Kashyap <50551759+SKVKPandey@users.noreply.github.com> Date: Sat, 22 Oct 2022 09:00:07 +0530 Subject: [PATCH] Added Calculator-App Example --- Projects/1-Beginner/Calculator-App.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/1-Beginner/Calculator-App.md b/Projects/1-Beginner/Calculator-App.md index be10ecbb..6d59022f 100644 --- a/Projects/1-Beginner/Calculator-App.md +++ b/Projects/1-Beginner/Calculator-App.md @@ -60,3 +60,4 @@ number. - [Javascript-CALC](https://github.com/x0uter/javascript-calc) - [Sample Calculator](https://sevlasnog.github.io/sample-calculator) - [Python Calculator](https://github.com/kana800/Side-Projects/tree/master/1-Beginner/calculator) +- [KivyMD Calculator](https://github.com/SKVKPandey/KivyMD_Standard_Calculator)