DearPyGui is a simple to use Python GUI framework. It provides a wrapping of DearImGui that simulates a traditional retained mode GUI, as opposed to Dear ImGui's immediate mode paradigm.
DearPyGui is fundamentally different than other Python GUI frameworks. Under the hood, DearPyGui uses the immediate mode paradigm allowing for extremely dynamic interfaces. Similar to PyQt DearPyGui does not use native widgets, but instead draws the widgets using your computer's graphics card (using Directx11, Metal, and Vulkan rendering APIs).
In the same manner Dear ImGui provides a simple way to create tools for game developers, DearPyGui provides a simple way for python developers to create quick and powerful GUIs for scripts.