Def f1():
while True:
time.sleep(5)
pyautogui.keyDown('space')
time.sleep(1.65)
pyautogui.keyUp('space')
time.sleep(3)
x = 0
while x != 35:
pyautogui.keyDown('space')
time.sleep(1)
pyautogui.keyUp('space')
x += 1
continue
pyautogui.keyDown('space')
time.sleep(15)
pyautogui.keyUp('space')
print(i)
i += 1
Def f2():
if pyautogui.locateOnScreen('qwe.PNG') == None:
print("нет рыбки, ловим дальше")
continue
else:
pyautogui.click(x=168, y=674)
pyautogui.click(pyautogui.locateCenterOnScreen('qwe.PNG'))
fish+=1
print('Опа Рыбка, '+ str(fish))
continue