We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7c995 commit 170df41Copy full SHA for 170df41
code.py
@@ -43,6 +43,26 @@ class Cord:
43
44
delivary_norm = (1243, 743)
45
46
+def clear_tables():
47
+ mousePos((246, 530))
48
+ leftClick()
49
+
50
+ mousePos((503, 537))
51
52
53
+ mousePos((739, 525))
54
55
56
+ mousePos((995, 532))
57
58
59
+ mousePos((1257, 534))
60
61
62
+ mousePos((1504, 529))
63
64
+ time.sleep(2)
65
66
def leftClick():
67
win32api.mouse_event(win32con.MOUSEEVENTF_LEFTDOWN, 0, 0)
68
time.sleep(0.1)
0 commit comments