Skip to content

Commit f043b91

Browse files
Merge pull request Aashishkumar123#4 from thamman-tushar/master
Update tkinter-1.py
2 parents 1aea2b3 + 96d6f6a commit f043b91

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Google Engine/google-search-engine.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import googlesearch
77
# ================== .............. End..........============================
88

9-
# ================== .......... Window Components........ ============================
9+
# ================== .......... Window Components........ ===================
1010

1111
#creating main window
1212
root = tk.Tk()
@@ -134,4 +134,4 @@ def search_query():
134134
#===================== Load the Window =============================
135135
root.mainloop()
136136

137-
#======================= End Code =====================================
137+
#======================= End Code =====================================

tkinter-1.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import 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
910
root.title("My GUI")

0 commit comments

Comments
 (0)