Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
32 contributions in the last year
Contribution activity
November 2020
Created an issue in hoffstadt/DearPyGui that received 5 comments
Switching order of add_tab_bar() and add_button() causes crash
Version: 0.5.53 OS: Windows 10 The following works as expected: from dearpygui import core, simple count = 1 def add_tab(sender, data): global count …