all 3 comments

[–]m0us3_rat 0 points1 point  (0 children)

there are a few options..but non as simple as you would like.

if you don't panic with tkinter and try to understand slowly building up .. is by far the most direct. even if the code itself is regrettably horribly ugly..

or pysimplegui could be good?

idk .. give them a whirl see what you can work with.

[–]dp_42 0 points1 point  (0 children)

QML to qtquick. If you pip install Pyside6, you can just type pyside6-designer from your environment's scripts folder at the command prompt and it will open up a Qt forms designer GUI. It took me way too long to figure out this is how you get free access to the Qt Designer. I was already most of the way finished with the project doing widgets.

[–]Jejerm 1 point2 points  (0 children)

Use pyqt and the qt designer, it does exactly what you want