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 6
6
import googlesearch
7
7
# ================== .............. End..........============================
8
8
9
- # ================== .......... Window Components........ ============================
9
+ # ================== .......... Window Components........ ===================
10
10
11
11
#creating main window
12
12
root = tk .Tk ()
@@ -134,4 +134,4 @@ def search_query():
134
134
#===================== Load the Window =============================
135
135
root .mainloop ()
136
136
137
- #======================= End Code =====================================
137
+ #======================= End Code =====================================
Original file line number Diff line number Diff line change 3
3
import tkinter as tk
4
4
5
5
#calling Tk() method
6
- root = tk .Tk ()
6
+ root = tk .Tk ()
7
+ #its used for creating gui window
7
8
8
9
#title() method is used to change the title
9
10
root .title ("My GUI" )
You can’t perform that action at this time.
0 commit comments