From 45855274dcfe7e7ee93a776fe4a8010d1eb398e5 Mon Sep 17 00:00:00 2001 From: Luca Botti Date: Sun, 11 Aug 2024 18:56:06 +0200 Subject: [PATCH] Added new Section WEB UI and NiceGUI --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5a7f5f89..172f34a0 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Web Asset Management](#web-asset-management) - [Web Content Extracting](#web-content-extracting) - [Web Crawling](#web-crawling) + - [Web Client Frameworks] (#web-client-frameworks) - [Web Frameworks](#web-frameworks) - [WebSocket](#websocket) - [WSGI Servers](#wsgi-servers) @@ -1138,6 +1139,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [mechanicalsoup](https://github.com/MechanicalSoup/MechanicalSoup) - A Python library for automating interaction with websites. * [scrapy](https://github.com/scrapy/scrapy) - A fast high-level screen scraping and web crawling framework. + + ## Web Frameworks *Traditional full stack web frameworks. Also see [RESTful API](https://github.com/vinta/awesome-python#restful-api).* @@ -1162,6 +1165,14 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [channels](https://github.com/django/channels) - Developer-friendly asynchrony for Django. * [websockets](https://github.com/aaugustin/websockets) - A library for building WebSocket servers and clients with a focus on correctness and simplicity. + +## Web UI Frameworks + +*Client oriented frameworks for working with Python also on the client side* + +* [NiceGui](https://nicegui.io/) - Python only web UI Framework + + ## WSGI Servers *WSGI-compatible web servers.*