From 8c29aa4e7e01c56787ff3528e88a5e2586e7c3b7 Mon Sep 17 00:00:00 2001 From: Fahad Ur Rehman <126714184+fahadrana9444@users.noreply.github.com> Date: Mon, 29 May 2023 15:02:47 +0500 Subject: [PATCH] Update YouTubeBot.py --- Chrome/YouTubeBot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Chrome/YouTubeBot.py b/Chrome/YouTubeBot.py index 617f624..36f71e9 100644 --- a/Chrome/YouTubeBot.py +++ b/Chrome/YouTubeBot.py @@ -9,6 +9,7 @@ width = pyautogui.size()[0] print("resolution = " + str(width) + ", " + str(height)) window = tk.Tk() +# OK window.title("YouTube Bot") window.resizable(0,0) window.configure(background="white")