Skip to content

Commit

Permalink
Update ScrCpy_GUI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
imvickykumar999 committed Nov 14, 2023
1 parent 75e2a7c commit d8dcceb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ScrCpy/ScrCpy_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ def fun():
rely4 = 0.8
rely5 = 0.9

bg = PhotoImage(file = "wallpaper.png")
label = Label( root, image = bg)
label.place(x = 0, y = 0)

num_list = Listbox(root, height=15, width=30)
with open('keyevents.json') as f:
data = json.load(f)
Expand Down

0 comments on commit d8dcceb

Please sign in to comment.