[PR #2604] Added new Section WEB UI and NiceGUI #1921

Open
opened 2025-11-06 13:25:53 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2604
Author: @lucabotti
Created: 8/11/2024
Status: 🔄 Open

Base: masterHead: new-section-web-client-framework


📝 Commits (2)

  • 4585527 Added new Section WEB UI and NiceGUI
  • e0b0af6 Update README.md

📊 Changes

1 file changed (+13 additions, -0 deletions)

View changed files

📝 README.md (+13 -0)

📄 Description

What is this Python project?

NiceGUI aims to allow working in pure Python also on the client (ie browser) side. It leverages a set of technologies to permit a pure python experience.

What's the difference between this Python project and similar ones?

Other projects exist, aimed at dashboarding or linked to proprietary solutions. NiceGUI uses common frameworks (Vue, Tailwind, Quasar) to generate User Interfaces from Python Code.

  • FastAPI under the hood to serve the content
  • Vue.js library
  • Quasar Components
  • Exposed Tailwind Classes where needed
  • Every component clearly visible from other layers

Additionally, a new section (Web UI Frameworks) has been added to collect similar works (i will add them later).

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2604 **Author:** [@lucabotti](https://github.com/lucabotti) **Created:** 8/11/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `new-section-web-client-framework` --- ### 📝 Commits (2) - [`4585527`](https://github.com/vinta/awesome-python/commit/45855274dcfe7e7ee93a776fe4a8010d1eb398e5) Added new Section WEB UI and NiceGUI - [`e0b0af6`](https://github.com/vinta/awesome-python/commit/e0b0af63a4efcf61bf6d59b5ea040c1857bada73) Update README.md ### 📊 Changes **1 file changed** (+13 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+13 -0) </details> ### 📄 Description ## What is this Python project? NiceGUI aims to allow working in pure Python also on the client (ie browser) side. It leverages a set of technologies to permit a pure python experience. ## What's the difference between this Python project and similar ones? Other projects exist, aimed at dashboarding or linked to proprietary solutions. NiceGUI uses common frameworks (Vue, Tailwind, Quasar) to generate User Interfaces from Python Code. - FastAPI under the hood to serve the content - Vue.js library - Quasar Components - Exposed Tailwind Classes where needed - Every component clearly visible from other layers Additionally, a new section (Web UI Frameworks) has been added to collect similar works (i will add them later). -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:25:53 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1921