DearPyGui
imnodes
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
DearPyGui | imnodes | |
---|---|---|
257 | 5 | |
11,520 | 1,719 | |
- | - | |
7.8 | 0.0 | |
9 days ago | 21 days ago | |
C++ | C++ | |
MIT License | MIT License |
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.
DearPyGui
-
PysimpleGUI
For native GUI, DearPyGui[0] as modern as you can.
For browser web-based GUI, you can use nicegui[1]
-
Need help with text alignment
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?
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
There are some examples in the showcase as well. https://github.com/hoffstadt/DearPyGui/wiki/Dear-PyGui-Showcase
-
What tools are available to begin building a GUI for python?
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.
-
Projects you've done
With regard to structuring the files, I watched a few videos on Model-View-Controller and similar approaches for inspiration. I tried to separate the model, view and controller logic for the GUI and audio functionality, although that may not be 100% possible. It is partly dependent on the libraries that you are using, so your approach may vary. You could check out some of the apps in the Dear PyGui showcase gallery to learn how they structured their files. https://github.com/hoffstadt/DearPyGui/wiki/Dear-PyGui-Showcase
-
Interactive Plots in Python Based Application
Dear PyGui is a great GUI for creating interactive charts. You can check out various examples on the showcase gallery.
- [Discussion] Python: GUI library that works well with OpenCV?
-
What are you guys using for making GUIs nowadays?
DearPyGui, here's the link
-
tkinter in 2023?
It all depends on your requirements, e.g. license, documentation, appearance, performance, etc. You could also check out other GUI frameworks, such as Dear PyGui.
imnodes
-
Visual Node Graph with ImGui
What ImGui library did you use to create the node graph? https://github.com/Nelarius/imnodes?
- ImHex – A Hex Editor for Reverse Engineers and Programmers
What are some alternatives?
PySimpleGUI - Launched in 2018. It's 2023 and PySimpleGUI is actively developed & supported. Create complex windows simply. Supports tkinter, Qt, WxPython, Remi (in browser). Create GUI applications trivially with a full set of widgets. Multi-Window applications are also simple. 3.4 to 3.11 supported. 325+ Demo programs & Cookbook for rapid start. Extensive docs
kivy - Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
Introducing .NET Multi-platform App UI (MAUI) - .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
pywebview - Build GUI for your Python program with JavaScript, HTML, and CSS
streamlit - Streamlit — A faster way to build and share data apps.
imgui-node-editor - Node Editor built using Dear ImGui
rich - Rich is a Python library for rich text and beautiful formatting in the terminal.
imgui_markdown - Markdown for Dear ImGui
PySide - ATTENTION: This project is deprecated, please refer to PySide2
implot - Immediate Mode Plotting
EasyGUI - easygui for Python
ccxt - A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges