Browse Source

Update CursorCoordinates .PY

master
Unbewohnte 4 years ago committed by GitHub
parent
commit
730c886eaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CursorCoordinates .PY

4
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))

Loading…
Cancel
Save