From 730c886eaf9c6f04c1020cc26c7fc49810b064fc Mon Sep 17 00:00:00 2001 From: Unbewohnte <65883674+Unbewohnte@users.noreply.github.com> Date: Sat, 6 Jun 2020 10:55:45 +0300 Subject: [PATCH] Update CursorCoordinates .PY --- CursorCoordinates .PY | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CursorCoordinates .PY b/CursorCoordinates .PY index 0f81d46..24a4536 100644 --- a/CursorCoordinates .PY +++ b/CursorCoordinates .PY @@ -3,7 +3,6 @@ import pyautogui as pg buttonyes = True -#00FA9A def cursor(): coordinates = pg.position() @@ -25,10 +24,7 @@ root.title('Coordinates') root.geometry('600x600') canvas = Canvas(root, width=1000, height=1000, bg= '#00FA9A') - canvas.pack() -#Main thing - label1 = Label(root, text = 'Cursor coordinates ', font=('Arial Bold',30))