from Tkinter import *msg = Message(text="Oh by the way, which one's Pink?")msg.config(bg='pink', font=('times', 16, 'italic'))msg.pack()mainloop()