DearPyGui
kivy
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
DearPyGui | kivy | |
---|---|---|
256 | 165 | |
11,485 | 16,463 | |
- | 0.6% | |
7.8 | 8.8 | |
1 day ago | 5 days ago | |
C++ | Python | |
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
-
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.
-
What python/C# GUI library would be best for my project?
Your requirements are so basic that it can be done with pretty much any Python GUI library. Each framework will have its own logic, so it's up to you to find a framework that suits you. For example, have a look at applications made with Dear PyGui.
kivy
-
Python GUIs
Anyone has some experience with Kivy [1]? It seems that it checks off some of my requirements, like cross-platform, supporting touch interfaces, ease of development, allows complex/fancy UIs as well, etc.
-
Ask HN: Who wants to be hired? (June 2023)
Notable Projects: Kivy ( https://kivy.org/ )
My name is Mathieu Virbel, and I am a consultant on system and software architecture with over 12 years of experience as a freelance and 20 years in the field. I have a passion for creating innovative and user-friendly applications. I specialize in using the open-source Kivy framework to develop desktop and mobile applications, but I am also skilled in other technologies and frameworks.
-
Ask HN: Freelancer? Seeking freelancer? (June 2023)
SEEKING WORK | France (UTC-1) | Remote | Full stack developer
My name is Mathieu Virbel, and I am a consultant on system and software architecture with over 12 years of experience as a freelance and 20 years in the field. I have a passion for creating innovative and user-friendly applications. I specialize in using the open-source Kivy framework to develop desktop and mobile applications, but I am also skilled in other technologies and frameworks.
I worked on a variety of subjects, from Interactives and mobile application for Museum and Public Institutions, Embedded system in security company, telecommunication, and Startups environments from scratch. Recently playing with Python, Golang, VueJS 3/Typescript, InfluxDB, Docker Swarm, as well as writing specifications and reviewing code of others contractors.
Technologies: Python (django, flask, tensorflow, Kivy, …), Golang, TypeScript, VueJS, Quasar, Docker, Docker Swarm, Terraform, Ansible, MongoDB, InfluxDB, MariaDB, SQLite, Kafka, Prometheus/Graphana
Résumé/CV: https://meltingrocks.com/cv
LinkedIn: https://www.linkedin.com/in/mathieuvirbel/
Website: https://meltingrocks.com
Email: [email protected]
Notable Projects: Kivy ( https://kivy.org/ )
-
Buildozer won't generate the APK if I use kivy 2.2.0
pip install https://github.com/kivy/kivy/archive/master.zip
-
Kivy Buildozer not working (noob)
Buildozer doesn't work on "plain" Windows, it seems like maybe you tried to pip install it on a windows python? You need to use WSL (or a Linux VM), see here: https://github.com/kivy/kivy/wiki/Using-Buildozer-on-windows-10-using-WSL
- Creation of a wheel picker
-
What's the best way to create a simple program with a GUI in 2023 for a complete noob that runs in any OS?
You want Kivy, https://kivy.org/
-
Starting Python, confused about cross platform app development. Is IronPython + .NET the only option?
Python is multiplatform. For GUI use Kivy
-
CustomTkinter is an easy to use desktop UI library based on Tkinter
Kivy is decent and is available under the MIT License.
-
What is the KivyMD Stable version of today?
Yes, the difference at spec file is that you specify the url of master version from kivymd and kivy==master. I usually do pip install "kivy[base] @ https://github.com/kivy/kivy/archive/master.zip" and pip install https://github.com/kivymd/KivyMD/archive/master.zip.
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
wxPython
KivyMD - KivyMD is a collection of Material Design compliant widgets for use with Kivy, a framework for cross-platform, touch-enabled graphical applications. https://youtube.com/c/KivyMD https://twitter.com/KivyMD https://habr.com/ru/users/kivymd https://stackoverflow.com/tags/kivymd
PySide - ATTENTION: This project is deprecated, please refer to PySide2
flet - Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
Flutter - Flutter makes it easy and fast to build beautiful apps for mobile and beyond
Toga - A Python native, OS native GUI toolkit.
Eel - A little Python library for making simple Electron-like HTML/JS GUI apps [Moved to: https://github.com/ChrisKnott/Eel]
pyglet
pywebview - Build GUI for your Python program with JavaScript, HTML, and CSS
Flexx - Write desktop and web apps in pure Python