python - Removing minimize/maximize buttons in Tkinter - Stack Overflow

PHOTO EMBED

Fri Dec 24 2021 23:00:35 GMT+0000 (Coordinated Universal Time)

Saved by @kartick_sriram #python

from tkinter import  *

qw=Tk()
qw.overrideredirect(1) # will remove the top badge of window
qw.mainloop()
content_copyCOPY

removing top badge for info boxes

https://stackoverflow.com/questions/2969870/removing-minimize-maximize-buttons-in-tkinter