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…