diff --git a/Google Engine/google-search-engine.py b/Google Engine/google-search-engine.py index 6723440..59887b8 100644 --- a/Google Engine/google-search-engine.py +++ b/Google Engine/google-search-engine.py @@ -6,7 +6,7 @@ import googlesearch # ================== .............. End..........============================ -# ================== .......... Window Components........ ============================ +# ================== .......... Window Components........ =================== #creating main window root = tk.Tk() @@ -134,4 +134,4 @@ def search_query(): #===================== Load the Window ============================= root.mainloop() -#======================= End Code ===================================== \ No newline at end of file +#======================= End Code ===================================== diff --git a/tkinter-1.py b/tkinter-1.py index b61d94f..04bc05f 100644 --- a/tkinter-1.py +++ b/tkinter-1.py @@ -3,7 +3,8 @@ import tkinter as tk #calling Tk() method -root = tk.Tk() +root = tk.Tk() +#its used for creating gui window #title() method is used to change the title root.title("My GUI")