
Member-only story
UIs in Python with DearPyGUI
There are a few GUI options in Python and DearPyGUI is the latest on my test bench, so here’s a casual overview that I hope helps you figure out if it’s for you.
Homepage/Repo:https://github.com/hoffstadt/DearPyGuiInstall: pip install dearpygui⚠️ Unfortunately dearPyGUI is not available on conda as of this writing so you might need to make a new pip environment if you are on conda like I am.Docs: https://github.com/hoffstadt/DearPyGui/wiki
Showcase
DearPyGUI provides you with a demo/showcase you can run with the following script:

Right off the bat there is a floating window within a window convention and tiny fonts and UI issues that I am not so sure about, the biggest one is that at least on my Mac this combination makes it hard to interact and figure out how things work ( like having a desktop within a desktop ) so it definitely has a particular flavor
, the other thing you will notice is that there’s a lot of variety and your widget/element options are plenty and cover all the bases, there’s also debug, documentation and logging windows , but not sure how they work yet… and so in short a bit of a mixed bag but I’ll try working with it see if my issues get resolved…
To be fair to DearPyGUI, GUI's in Python are known to be lacking and do require you to invest a chunk of time into learning the particular ways each one works and how to make them work for you.👋👋 Hi there 👋👋 all my content is free for Medium subscribers, if you are already a subscriber I wanted to say thank you ! 🎉 If not and you are considering subscribing, you can use my membership referral link, you will be supporting this and other high quality content…