Town Field Poem:
The Pure Heart sentiment wisdom language, does not have the world name and the benefit. Learn water under the hundred rivers, give up arrogant slow meaning.
Learn to have a small return to feed root, willing to cast a conscience blog. Sincere in this writing experience, willing to see the text to inspire.
——————————————————————————————————————————
Code
Import Tkinter as tk# object-oriented programming idea Class APP: def __init__ (self,master): frame = tk. FRAME (master) #框架, but what exactly is a frame? frame.pack () #自动选定大小与位置 #新建一个按钮 background color: Blue Click button to trigger function Self.hi_there = tk. button (frame,text= ' House Fame and Fortune ', bg= "Blue", Command=self.introduce) self.hi_there.pack () #自动设置按钮的位置 def introduce ( Self): print ("Listen to the Tathagata, Dayton World Name and Benefit") ROOT=TK. Tk () App=app (root) Root.mainloop ()
Result
——————————————————————————————————————————
The essence of the blog, in the technical part, more in the town yard a poem. Python version 3.5, System Windows7.
Python is a good language and deserves to be studied hard. I am following the small Turtle Video tutorial to learn, recommended.
I am a novice, so if the content of the blog can be improved, or even the wrong place, please leave a comment, I will try to correct, strive to achieve a conscience blog.
Note: This article is only as a scientific research study, if I inadvertently violated your rights and interests, please be sure to timely inform, I will make corrections.
Python3 tkinter Base button BG Set the background color of the buttons