DearPyGui
DearPyGui copied to clipboard
Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
## Version of Dear PyGui Version: 2.0.0 Operating System: Windows 10 ## My Issue/Question onEnterPressed is only called when pressing the Return-button. Using Enter on the numpad doesn't seem to...
## Version of Dear PyGui Version: 2.0.0 Operating System: Windows 11 ## My Issue/Question hi there I have a code for a frameless window and I needed to use input...
## Version of Dear PyGui Version: dearpygui 2.0.0 Operating System: **Windows 10** ## My Issue/Question if i change window size from full screen,clicks have no response ## To Reproduce Steps...
I use Window 10 on ARM ( laptop with Qualcomm Snapdragon 8cx ). I find there is no version with pip installer for ARM. Also I tested imgui demo (...
Fix typo for add_date_picker. --- name: Pull Request about: Improve docs. title: Update add_date_picker Summary assignees: @Pcothren --- Closes #2447 **Description:** The summary of the method add_date_picker currently reads "Adds...
**My Improvement** The summary of the method `add_date_picker` currently reads "Adds a data picker." and should instead read "Adds a date picker." **Necessary Assets** 
### Discussed in https://github.com/hoffstadt/DearPyGui/discussions/2294 Originally posted by **nickpas** February 23, 2024 Hi all, I tried to make a screen layout showing multiple tables next to each other (with scroll bars...
## Version of Dear PyGui Version: 2.0.0 Operating System: macOS 15.1.1 ## My Issue/Question Deleting a node with multiple links connected to a single of its outputs leads to "Item...
## Version of Dear PyGui Version: 2.0.0 Operating System: Windows 11 ## My Issue/Question In DearPyGui 2.0, nodes exhibit unintended width expansion under the following conditions: The node has an...
While creating my first project using this UI, I noticed that windows using the modal bool and windows using the popup bool seem mutually exclusive. While i would like to...