File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 66import googlesearch
77# ================== .............. End..........============================
88
9- # ================== .......... Window Components........ ============================
9+ # ================== .......... Window Components........ ===================
1010
1111#creating main window
1212root = tk .Tk ()
@@ -134,4 +134,4 @@ def search_query():
134134#===================== Load the Window =============================
135135root .mainloop ()
136136
137- #======================= End Code =====================================
137+ #======================= End Code =====================================
Original file line number Diff line number Diff line change 33import tkinter as tk
44
55#calling Tk() method
6- root = tk .Tk ()
6+ root = tk .Tk ()
7+ #its used for creating gui window
78
89#title() method is used to change the title
910root .title ("My GUI" )
You can’t perform that action at this time.
0 commit comments