As Python programmers, we write scripts. Many times they are quick
and dirty; never meant to be seen by others or even yourself after
accomplishing it’s task. However, in some cases the script is meant
to live on, perhaps being modified and shared regularly. It’s in
this case that we often want to create a GUI for the script. There
are a few options for Python which include Tkinter, PyQT/PySide,
wxPython, Kivy, PySimpleGui, and so on. These are all great
libraries which serve their respective purposes, but in a lot of
cases they can be overkill, requiring just as much code and thought
as the script it’s meant to wrap. This is where DearPyGui shines. So
to start, you need to get DearPyGui…