Is it possible to apply gradient colours to BG of Tkinter python widgets
问题 I am just trying to add background colors as gradient colors! This may look my Tkinter-GUI more attractive than common color codes. Is there any way to achieve this in python, can anyone please help me Can it incorporate something like this? bg="40%,#207cca 40%,#2989d8 50%" def createwidgets(self): master_f = Tkinter.Frame (objMG.root, relief='sunken', bd=2,height =10,bg='#54596d') master_f.pack (side='top', fill='both', expand=1) self.Up_frame = Tkinter.Frame(master_f,relief='sunken',height