From 7ba06dbae7ba010bfeee1d59526c64b32cd4dd76 Mon Sep 17 00:00:00 2001 From: Abhishek k <62874675+bobbyy16@users.noreply.github.com> Date: Tue, 11 Apr 2023 19:08:52 +0530 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7856d360..e144c60d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Awesome Python](#awesome-python) - [Admin Panels](#admin-panels) - [Algorithms and Design Patterns](#algorithms-and-design-patterns) + - [App Development](#app-dev) - [ASGI Servers](#asgi-servers) - [Asynchronous Programming](#asynchronous-programming) - [Audio](#audio) @@ -132,6 +133,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python. * [transitions](https://github.com/pytransitions/transitions) - A lightweight, object-oriented finite state machine implementation. +## App Development + +*App developement frameworks of python.* + +* [kivy](https://kivy.org/) - The cross platform python app development Framework + ## ASGI Servers *[ASGI](https://asgi.readthedocs.io/en/latest/)-compatible web servers.*