awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 रिपॉजिटरी

Awesome GitHub RepositoriesPython Data Dashboard Frameworks

Frameworks specifically designed for building data-driven dashboards using Python.

Distinct from Python Web Frameworks: Specialized for data visualization dashboards, distinct from general-purpose Python web frameworks.

Explore 7 awesome GitHub repositories matching web development · Python Data Dashboard Frameworks. Refine with filters or upvote what's useful.

Awesome Python Data Dashboard Frameworks GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • mesop-dev/mesopmesop-dev का अवतार

    mesop-dev/mesop

    6,589GitHub पर देखें↗

    Mesop is a stateful, declarative Python web UI framework and component library designed for building interactive web applications and AI demos. It allows for the construction of data-driven interfaces and chat systems using only Python, removing the need to write separate HTML or CSS. The framework is specifically tailored for AI application development, offering dedicated tools for conversational UI design and the creation of dashboards for large language model applications. It distinguishes itself with a visual UI editor for real-time property adjustments and the ability to embed custom Jav

    Facilitates the construction of data-driven web pages and dashboards using Python-based state and event handling.

    Python
    GitHub पर देखें↗6,589
  • fizzadar/pyinfraFizzadar का अवतार

    Fizzadar/pyinfra

    5,793GitHub पर देखें↗

    pyinfra is an agentless infrastructure automation framework that turns declarative Python code into idempotent shell commands to manage servers, containers, and local machines over SSH without requiring any pre-installed software on target hosts. It operates by comparing the desired state of a system against its current state, using a dry-run simulation mode to preview changes and a fact-based conditional execution engine to gather host attributes at runtime and control which operations run. The tool compiles Python operations into optimized shell commands and executes them in parallel across

    An agentless framework that turns declarative Python code into idempotent shell commands for managing servers, containers, and local machines.

    Python
    GitHub पर देखें↗5,793
  • pywebio/pywebiopywebio का अवतार

    pywebio/PyWebIO

    4,817GitHub पर देखें↗

    PyWebIO is a Python web application framework and script-based UI library that allows the construction of interactive web interfaces without writing HTML, CSS, or JavaScript. It treats the web browser as a rich terminal, translating Python function calls into UI elements and capturing user input through a synchronous request-response loop. The framework functions as an asynchronous web app server that executes user sessions as coroutines to handle multiple concurrent interactions on a single thread. It also serves as a data visualization interface, enabling the direct rendering of interactive

    Enables building of data-driven dashboards that render visualizations and charts from Python logic.

    Pythonpywebio
    GitHub पर देखें↗4,817
  • pythonguis/pythonguis-examplespythonguis का अवतार

    pythonguis/pythonguis-examples

    4,602GitHub पर देखें↗

    यह प्रोजेक्ट विभिन्न Python इंटरफेस लाइब्रेरीज़ का उपयोग करके डेस्कटॉप एप्लिकेशन बनाने के लिए इम्प्लीमेंटेशन पैटर्न और सोर्स कोड उदाहरणों का एक संग्रह है। यह PyQt, PySide, Tkinter, Kivy और Streamlit सहित कई फ्रेमवर्क के लिए संदर्भ इम्प्लीमेंटेशन और आर्किटेक्चरल पैटर्न प्रदान करता है। रिपॉजिटरी विविध इंटरफेस प्रकारों के लिए विशेष उदाहरण प्रदान करके खुद को अलग करती है, जिसमें पेशेवर डेस्कटॉप सॉफ़्टवेयर और नेटिव विंडोज़ से लेकर रिएक्टिव वेब-आधारित डेटा डैशबोर्ड और डेटा साइंस टूल तक शामिल हैं। इसमें क्रॉस-प्लेटफ़ॉर्म UI पैटर्न के लिए विशिष्ट संदर्भ सामग्री शामिल है, जैसे मॉडल-व्यू लेआउट और एसिंक्रोनस बैकग्राउंड टास्क निष्पादन। प्रोजेक्ट लेआउट प्रबंधन, एनिमेशन के साथ कस्टम विजेट डेवलपमेंट, और रियल-टाइम विज़ुअलाइज़ेशन के लिए GPU-एक्सेलेरेटेड रेंडरिंग सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। यह प्रॉक्सी-आधारित फ़िल्टरिंग और टैबुलर डेटा स्टाइलिंग जैसी डेटा प्रबंधन तकनीकों के साथ-साथ एम्बेडेड एसेट्स के साथ डिस्ट्रीब्यूटेबल एक्सेक्यूटेबल्स में सोर्स कोड को पैकेज करने के लिए डिप्लॉयमेंट वर्कफ़्लो का भी प्रदर्शन करता है। उदाहरण इनपुट वैलिडेशन, नेविगेशन मेनू और सिस्टम ट्रे और सिस्टम ट्रे एकीकरण जैसे कार्यात्मक UI कंपोनेंट्स को संबोधित करते हैं, साथ ही यूज़र ऑथेंटिकेशन और रोल-आधारित एक्सेस कंट्रोल के लिए सुरक्षा इम्प्लीमेंटेशन भी शामिल हैं।

    Demonstrates how to build reactive, data-driven web dashboards using frameworks like Streamlit and NiceGUI.

    Pythondesktopdesktop-applicationexample-app
    GitHub पर देखें↗4,602
  • h2oai/waveh2oai का अवतार

    h2oai/wave

    4,241GitHub पर देखें↗

    Wave is a full-stack web application framework and low-code UI library designed for building real-time data dashboards and interactive interfaces using Python and R. It allows developers to define browser-based user interfaces and manage server-side state without writing HTML or CSS. The project functions as a collaborative state synchronizer, relaying and persisting application state across multiple concurrent users to enable shared real-time experiences. It distinguishes itself by broadcasting live updates and data visualizations to connected browsers through a unified programming model. T

    Provides a specialized framework for building data-driven dashboards using Python.

    Pythonappdashboardfedramp
    GitHub पर देखें↗4,241
  • mckinsey/vizromckinsey का अवतार

    mckinsey/vizro

    3,579GitHub पर देखें↗

    Vizro is a low-code Python framework for building production-ready data visualization applications. It functions as a UI orchestrator that allows users to define multi-page analytical dashboards through structured configurations in Python, YAML, or JSON, reducing the need for extensive frontend engineering. The project distinguishes itself through generative AI integration, utilizing a model context protocol server to translate natural language descriptions into validated dashboard configurations, charts, and layouts. It also features a decoupled data cataloging system that separates data sou

    Provides a low-code framework for building production-ready data visualization applications using Python.

    Pythondashboarddata-visualizationplotly
    GitHub पर देखें↗3,579
  • louisnw01/lightweight-charts-pythonlouisnw01 का अवतार

    louisnw01/lightweight-charts-python

    2,074GitHub पर देखें↗

    यह प्रोजेक्ट Lightweight Charts लाइब्रेरी के लिए एक Python रैपर है, जिसे इंटरैक्टिव, ब्राउज़र-आधारित वित्तीय विज़ुअलाइज़ेशन रेंडर करने के लिए डिज़ाइन किया गया है। यह कस्टम वित्तीय डैशबोर्ड और इंटरफेस बनाने के लिए एक फ्रेमवर्क के रूप में कार्य करता है जो लाइव मार्केट फीड और ऐतिहासिक डेटा सीरीज़ को एकीकृत करते हैं। यह लाइब्रेरी मल्टी-पेन चार्ट, वॉचलिस्ट और ऑर्डर एंट्री टेबल को एक ही वर्कस्पेस में जोड़कर जटिल लेआउट बनाने में सक्षम बनाती है। यह लाइव टिक या बार डेटा को सीधे विज़ुअलाइज़ेशन में स्ट्रीम करके रीयल-टाइम मार्केट मॉनिटरिंग का समर्थन करती है, जिससे पूरे पेज को रिफ्रेश किए बिना ही डेटा अपडेट किया जा सकता है। बेसिक रेंडरिंग के अलावा, यह टूलकिट तकनीकी विश्लेषण के लिए व्यापक क्षमताएं प्रदान करती है, जिसमें सीधे कैनवास पर एनोटेशन, ट्रेंडलाइन और मार्कर बनाने की सुविधा शामिल है। उपयोगकर्ता कैंडल्स, वॉल्यूम बार और लीजेंड्स के विज़ुअल स्वरूप को कॉन्फ़िगर कर सकते हैं, साथ ही टाइमफ्रेम चयन या कीबोर्ड शॉर्टकट जैसे इंटरैक्शन को कस्टम Python लॉजिक से मैप कर सकते हैं।

    Provides a framework for building custom financial dashboards that integrate live market feeds and historical data series.

    TypeScriptcharting-libraryfinancial-charting-librarylive-charts
    GitHub पर देखें↗2,074
  1. Home
  2. Web Development
  3. Python Data Dashboard Frameworks

सब-टैग एक्सप्लोर करें

  • Infrastructure Automation FrameworksFrameworks for automating server, container, and local machine management using declarative Python code executed over SSH. **Distinct from Python Data Dashboard Frameworks:** Distinct from Python Data Dashboard Frameworks: focuses on infrastructure automation and agentless SSH execution, not data visualization dashboards.