DearPyGui icon indicating copy to clipboard operation
DearPyGui copied to clipboard

Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies

Results 419 DearPyGui issues
Sort by recently updated
recently updated
newest added

**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...

state: pending

**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...

state: pending

![微信图片_20230315104255](https://user-images.githubusercontent.com/117905908/225191560-f0026595-9f38-4a4f-9b37-d7a856a45e97.png) Can you make the outermost window as transparent as the inner window?If you can do it, you can see more beautiful pictures.

state: pending

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?...

state: pending

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,...

state: pending

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...

state: pending
type: bug