DearPyGui
DearPyGui copied to clipboard
Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
**Dearpygui has been installed perfectly in Jetson Xavier AGX. And I can import it into Python interactive shell without error. but I can't use the dearpygui package in the code....
The "official" way to import DearPyGui is: ```python import dearpygui.dearpygui as dpg ``` This could be changed to: ```python import dearpygui as dpg ``` if the following is added to...
**Is your feature request related to a problem? Please describe.** Unable to find a reference on how to read a value from the current default/system theme. For example, I want...
 Can you make the outermost window as transparent as the inner window?If you can do it, you can see more beautiful pictures.
Is this possible in some way? I've looked around but the only thing I found was a code editor concept that I don't see implemented anyhwere. Am I missing something?...
there are several lines of radio buttons, each radio label has different length, the effect is very ugly. it will be better put each radio button in a table cell,...
Hi there! I'm hoping to get help with part of an app I'm building. I'm storing pretty basic inventory information in a CSV file. When this window opens, the file...
The interface cannot display Greek letters (for example :α, β). Even after registering different fonts, it still cannot be displayed. How can this be achieved
--- name: Pull Request about: Create a pull request to help us improve title: Several fixes on theme internals assignees: @hoffstadt --- **Description:** This PR is difficult to test as...
So I took the hello world sample app from the readme and ran it on a remote machine shelled to with `ssh -X me@remotehost`: ``` test.py did not find extension...