change column row box colour tkinter

Solutions on MaxInterview for change column row box colour tkinter by the best coders in the world

showing results for - "change column row box colour tkinter"
Josué
03 Jan 2017
1lbl = tkinter.Label(mainframe, text="COLUMN 1 ROW 1")
2lbl['bg'] = 'blue'
3lbl.grid(column=1, row=1)
4
similar questions
queries leading to this page
change column row box colour tkinter