I already know tkinter.Tk().attributes("-topmost", True)
which makes the window stay on top all the time. But is there some way to make the window stay at the bottom all the time? I mean something like tkinter.Tk().attributes("-bottommost", True)
or something like that.
No, there is no method in tkinter that forces the window to be below all other windows on the desktop.