hetida-designer VS DearPyGui

Compare hetida-designer vs DearPyGui and see what are their differences.

hetida-designer

hetida designer is a graphical composition tool for analytical workflows based on the Python data science stack. (by hetida)

DearPyGui

Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies (by hoffstadt)
Judoscale - Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com
featured
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
featured
hetida-designer DearPyGui
2 258
49 14,056
- 1.9%
6.6 7.3
6 days ago 7 days ago
Python C++
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

hetida-designer

Posts with mentions or reviews of hetida-designer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-16.
  • PyFlow – Visual scripting framework for Python – NodeRED alternative?
    9 projects | news.ycombinator.com | 16 Jan 2022
    Shameless Plug: We are working on a similar tool: https://github.com/hetida/hetida-designer

    We have no GUI programming in the broader sense, in our case nodes are simply run one after another (DAG).

    Our tool is a web application and workflows can be triggered / executed via API, which allows for automatisation. Workflows can be nested and are tagged with a version tag making production runs reproducible. It is very much taylored to (simple) Data Science use cases with the goal to make the Python data science stack accessible for Business Experts (or power users), maybe collaborating with Data Scientists.

    It is actively developed, and our industrial customers happily use it, however it is still in early development state.

  • hetida designer - Open Source Workflow Composer for the Python Data Science Stack
    1 project | /r/Python | 22 Apr 2021
    Hello everybody! We recently open sourced hetida designer, a workflow-based collaboration, development, and runtime environment for the Python data science stack.

DearPyGui

Posts with mentions or reviews of DearPyGui. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-02-18.
  • Show HN: Scripton – Python IDE with Built-In Realtime Visualizations
    6 projects | news.ycombinator.com | 18 Feb 2025
    Looks beautiful so congratulation for the launch.

    Not sure if today this is enough though without any kind of AI chat assistant. Trae [0] is based on VSCode and Jetbrains Fleet are good looking as well. Visualization is definitely a big plus but there is also alternative like using rerun [1] and dearpygui [2] or some VSCode plugins (Python Image Preview, AREPL for Python)- might be hard to compete with those free alternatives on a subscription model IMHO but good luck!

    [0] https://trae.ai/

    [1] https://www.rerun.io/

    [2] https://github.com/hoffstadt/DearPyGui

  • PysimpleGUI
    10 projects | news.ycombinator.com | 8 Dec 2023
    For native GUI, DearPyGui[0] as modern as you can.

    For browser web-based GUI, you can use nicegui[1]

    [0] -- https://github.com/hoffstadt/DearPyGui

    [1] -- https://github.com/zauberzeug/nicegui

  • Need help with text alignment
    2 projects | /r/DearPyGui | 29 May 2023
    If it's just to align text in the centre or to the right of a box, you could use a button and, by using theming, hide the fact that it's a button. https://github.com/hoffstadt/DearPyGui/issues/1111
  • Which GUI module is better in Python? tkinter or PyQt or kivy?
    7 projects | /r/Python | 26 Mar 2023
    Personally, i like PyQt or PySide they have basically everything you need to make a proper app or even simple apps, but there is another DearPyGui this is basically python version of imgui the c++ library, it provides some good customization options and can be used for simple or complex projects too, their discord is also very helpful.
  • Dynamic plot
    2 projects | /r/DearPyGui | 23 Mar 2023
    There are some examples in the showcase as well. https://github.com/hoffstadt/DearPyGui/wiki/Dear-PyGui-Showcase
  • Segfault when running on MacOS when refreshing static textures
    1 project | /r/DearPyGui | 21 Mar 2023
  • What to look for in a GUI?
    1 project | /r/learnpython | 20 Mar 2023
    I'm a big fan of DearPyGUI
  • Centering text in window/
    1 project | /r/DearPyGui | 5 Mar 2023
    Use a button and set width of the button equal to the width of the window. Using theming to set the button text alignment to center. A comparable solution, for aligning to the right, can be found here. https://github.com/hoffstadt/DearPyGui/issues/1111
  • What tools are available to begin building a GUI for python?
    2 projects | /r/learnpython | 4 Mar 2023
    I was using PyQt5/PySide which will give you a nice native look but I eventually shifted over to DearPyGui for most of my smaller utilities. Its just faster for me. You will get more options and freedom with PyQt/PySide though and can use QT Designer to design your interfaces pretty easily.
  • How to play video file with audio with DearPyGUI (Python)?
    1 project | /r/DearPyGui | 2 Mar 2023

What are some alternatives?

When comparing hetida-designer and DearPyGui you can also consider the following projects:

denoflow - Configuration as Code, use YAML to write automated workflows that run on Deno, with any Deno modules, Typescript/Javascript codes

PySimpleGUI - Python GUIs for Humans! PySimpleGUI is the top-rated Python application development environment. Launched in 2018 and actively developed, maintained, and supported in 2024. Transforms tkinter, Qt, WxPython, and Remi into a simple, intuitive, and fun experience for both hobbyists and expert users.

PyFlow - Visual scripting framework for python

kivy - Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS

Ryven - Flow-based visual scripting for Python

nicegui - Create web-based user interfaces with Python. The nice way.

Judoscale - Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com
featured
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
featured

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