Skip to content

Commit 3c40d8d

Browse files
📂
1 parent 710296d commit 3c40d8d

File tree

5 files changed

+3
-35
lines changed

5 files changed

+3
-35
lines changed

Projects/TkinterGUI/ADB_GUI.py

Lines changed: 0 additions & 32 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Projects/TkinterGUI/ScrCpy_GUI.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def voldown():
4949
def submit(x):
5050
try:
5151
if x == '':
52-
os.system('keyevents.json')
52+
os.system('Executable/keyevents.json')
5353
else:
5454
os.system(f'adb -s {ip} shell input keyevent {x}')
5555
except Exception as e:
@@ -71,12 +71,12 @@ def fun():
7171
rely4 = 0.8
7272
rely5 = 0.9
7373

74-
bg = PhotoImage(file = "wallpaper.png")
74+
bg = PhotoImage(file = "Executable/wallpaper.png")
7575
label = Label( root, image = bg)
7676
label.place(x = 0, y = 0)
7777

7878
num_list = Listbox(root, height=15, width=30)
79-
with open('keyevents.json') as f:
79+
with open('Executable/keyevents.json') as f:
8080
data = json.load(f)
8181

8282
for i in data['key_events']:

0 commit comments

Comments
 (0)