Python Dashboard

Open-source Python projects categorized as Dashboard

Top 23 Python Dashboard Projects

  1. Redash

    Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.

    Project mention: The 50 best open-source alternatives to popular SaaS software | dev.to | 2024-07-10

    GitHub: Redash GitHub Repository

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. plotly

    The interactive graphing library for Python :sparkles:

    Project mention: Making API requests from your spreadsheets | dev.to | 2025-03-14

    # import plotly import plotly.express as px # create your chart type, for more chart types: https://plotly.com/python/ fig = px.bar(df, x = letter, y = frequency) # make chart prettier fig.update_layout( plot_bgcolor="White", height=700 ) # display chart fig.show()

  4. activitywatch

    The best free and open-source automated time tracker. Cross-platform, extensible, privacy-focused.

    Project mention: ActivityWatch – Open-source time tracker | news.ycombinator.com | 2024-11-27
  5. gdb-dashboard

    Modular visual interface for GDB in Python

    Project mention: Cyrus-and/GDB-dashboard: Modular visual interface for GDB in Python | news.ycombinator.com | 2024-04-11
  6. dashboard-icons

    The best source for dashboard icons.

  7. wave

    Realtime Web Apps and Dashboards for Python and R (by h2oai)

    Project mention: This Week In Python | dev.to | 2024-08-30

    wave – Realtime Web Apps and Dashboards for Python and R

  8. django-jet

    Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. Gerapy

    Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Django and Vue.js

  11. Flask JSONDash

    :snake: :bar_chart: :chart_with_upwards_trend: Build complex dashboards without any front-end code. Use your own endpoints. JSON config only. Ready to go.

  12. scrapydweb

    Web app for Scrapyd cluster management, Scrapy log analysis & visualization, Auto packaging, Timer tasks, Monitor & Alert, and Mobile UI. Docs 文档 :point_right:

  13. fastapi-admin

    A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin

  14. vizro

    Vizro is a low-code toolkit for building high-quality data visualization apps.

  15. SpiderKeeper

    admin ui for scrapy/open source scrapinghub

  16. robusta

    Better Prometheus alerts for Kubernetes - smart grouping, AI enrichment, and automatic remediation

    Project mention: AIOps : Déboguer son cluster Kubernetes en utilisant l’intelligence artificielle générative via… | dev.to | 2024-12-28

    apiVersion: v1 kind: Pod metadata: name: inventory-management-api spec: containers: - name: nginx image: nginx ports: - containerPort: 80 command: - wge - "-O" - "/work-dir/index.html" - https://home.robusta.dev (base) root@k8sgpt:~# kubectl apply -f https://raw.githubusercontent.com/robusta-dev/kubernetes-demos/refs/heads/main/crashloop_backoff/create_crashloop_backoff.yaml pod/inventory-management-api created (base) root@k8sgpt:~# kubectl get po NAME READY STATUS RESTARTS AGE inventory-management-api 0/1 ContainerCreating 0 5s (base) root@k8sgpt:~# kubectl get po NAME READY STATUS RESTARTS AGE inventory-management-api 0/1 RunContainerError 1 (1s ago) 10s

  17. explainerdashboard

    Quickly build Explainable AI dashboards that show the inner workings of so-called "blackbox" machine learning models.

  18. Baby Buddy

    A :baby: buddy to help caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.

    Project mention: Show HN: I made a privacy friendly and simple app to track my menstruation | news.ycombinator.com | 2024-04-29

    If you're up for self-hosting, there's BabyBuddy[0]. There's no first-party native app, but it is a decent web app and there's some third-party apps/integrations. And of course, multiple users is a priority. No affiliation, just a user :)

    [0]: https://github.com/babybuddy/babybuddy

  19. jet-bridge

    Jet Admin – No-code Business App builder

  20. datapane

    Build and share data reports in 100% Python

  21. django-controlcenter

    Set of widgets to build dashboards for Django projects

  22. flask-profiler

    a flask profiler which watches endpoint calls and tries to make some analysis.

  23. puppetboard

    Web frontend for PuppetDB

  24. chromium-dashboard

    Chrome Status Dashboard

  25. wg-manager

    A easy to use WireGuard dashboard and management tool

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Dashboard discussion

Log in or Post with

Python Dashboard related posts

Index

What are some of the best open-source Dashboard projects in Python? This list will help you:

# Project Stars
1 Redash 27,107
2 plotly 16,875
3 activitywatch 13,728
4 gdb-dashboard 11,541
5 dashboard-icons 5,628
6 wave 4,069
7 django-jet 3,594
8 Gerapy 3,414
9 Flask JSONDash 3,293
10 scrapydweb 3,250
11 fastapi-admin 3,109
12 vizro 2,826
13 SpiderKeeper 2,749
14 robusta 2,705
15 explainerdashboard 2,361
16 Baby Buddy 2,273
17 jet-bridge 1,698
18 datapane 1,386
19 django-controlcenter 990
20 flask-profiler 751
21 puppetboard 716
22 chromium-dashboard 660
23 wg-manager 606

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Python is
the 2nd most popular programming language
based on number of references?