Skip to content

Commit c2f8ef6

Browse files
committed
first commit
0 parents  commit c2f8ef6

8 files changed

+61336
-0
lines changed

__pycache__/utils.cpython-310.pyc

3.86 KB
Binary file not shown.

backup.py

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# path_of_pptxexe = r"C:\Program Files\Microsoft Office\root\Office16\POWERPNT.EXE"
3+
import pyautogui
4+
import time
5+
pyautogui.click(225 , 145)
6+
pyautogui.hotkey('alt', 'G')
7+
time.sleep(1)
8+
pyautogui.hotkey('esc')
9+
time.sleep(1)
10+
pyautogui.hotkey('alt', 'V')
11+
time.sleep(1)
12+
pyautogui.hotkey('esc')
13+
time.sleep(1)
14+
pyautogui.hotkey('alt', 'C')
15+

0 commit comments

Comments
 (0)