make label backround bigger tkinter code example
Example 1: label kivy pady
padding_x #Pad space in x ax
padding_y #Pad space in y ax
padding(pad_x,pad_y) #Pad space in both axs
Example 2: how to change the text of a label in tkinter
def press():
Instruction.config(text='Button Pressed')