GitHub - hoffstadt/DearPyGui: Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies

Genre
from dearpygui import core, simple
def save_callback(sender, data):
print("Save Clicked")
with simple.window("Example Window"):
core.add_text("Hello world")
core.add_button("Save", callback=save_callback)
core.add_input_text("string")
core.add_slider_float("float")
core.start_dearpygui()
donne
J'ai pas creusé mais ça me semble intéressant tant je trouve rebutant cet aspect sous python...
✍ Écrire un commentaire
les commentaires relevant du SPAM seront filtrés et dégagés direct...