Can use this ```python app = SampleApp() app.attributes('-topmost', True) app.update() app.attributes('-topmost', False) app.mainloop() ``` https://stackoverflow.com/questions/8691655/how-to-put-a-tkinter-window-on-top-of-the-others
Can use this
https://stackoverflow.com/questions/8691655/how-to-put-a-tkinter-window-on-top-of-the-others