change colour of text in tkinter button code example
Example 1: change background color of tkinter
root.configure(background='black')
Example 2: gui button in tkinter color
import Image as PIL
import ImageTk
root.configure(background='black')
import Image as PIL
import ImageTk