While the purpose of me wanting to do this might not be clear, I still need to know if there is a way to initialize a button that gets automatically clicked when its root appears for the first time, without the need to actually click it. To clarify more, I kinda want to know if a syntax like this: button1 = Button(root, command = command1, clicked = True)
exists. If not, is there a way to do it?
I, of course, do not mean the status = ENABLED
attribute since that only controls whether the button is greyed out or not.
Thanks in advance.