Browse Source

Update CursorCoordinates .PY

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

2
CursorCoordinates .PY

@ -21,7 +21,7 @@ def cursor():
labely.place(x = 360 , y = 290)
root = Tk()
root.title('HOLY ROMAN EMPIRE, THAT`S WORKING NORMALLY')
root.title('Coordinates')
root.geometry('600x600')
canvas = Canvas(root, width=1000, height=1000, bg= '#00FA9A')

Loading…
Cancel
Save