#creating a button that the tooltip will be applied to # (it can be anything but I'm just using a button here for an example) button=tk.Button(window,height=20,width=20,bg='#333') button.grid(column=1 ...