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.*