I have an M1 mac, but I've noticed that whenever native python is running any automation script (like PyAutoGui) it progressively gets slower and slower, almost
I am trying to get the position of my mouse, but make it print just the coordinates like 1000, 1000 Not like Point(x=1212, y=621) My Code: x = pyautogui.posi
enter code hereHello! I tried get the RGB color of the mouse position (like showed in this video https://www.youtube.com/watch?v=TERKvqfySYI) with pyautogui.dis
So, I've been trying to make a macro for a game on Roblox and sometimes the inputs don't actually work? Why does this happen? I've tried this in pydirectinput,
Im trying to verify the location of some icons on the screen using .screenshot() function of pyautogui due to it always return None when using .locateOnScreen()
I’m trying to get it add 1 to streak every time the loop runs, but it keeps the same number. I’m trying to make a counter every time it sees red. fr
I have a bunch of references for different filenames at the start of my code: _file1_="filename1" _file2_="filename2" _file3_="filename3" _filew1_="anothername
This is a part of the code that checks the notice that appears while working using pyautogui and resumes the work when it disappears. Capture the guide and make
My goal is to allow you to make a rectangle on your screen similar to using a rectangle or selection tool in paint. I've got it to mostly work but when you make
Screenshots taken from PyAutoGui are black. import pyautogui pyautogui.screenshot('ss1.png') pag.screenshot('ss2.png', region=(0,0, 200, 100)) I'm using Fedor
Im writing a bot using cv2 , pyautogui,and imagesearch libaries. in this function im searching for an image then I'm going to run another function when found if
I need more clicking speed using pyautogui, max cps that I got is 75. The only way to increase the speed I found is by changing pyautogui.PAUSE. How can I get m
I would like to use image search in a certain open application, for example, I want it to search the image only in the windows "Calculator" application, how cou
Hii,I want to create a loop to fill an excel table with another and stop when it finds an empty field, which in this case would be the first ctrl+c as a referen
I have a function and I want to bind this function to "ctrl"+"alt". I already used pynput, but it reacts even on typical "ctrl" or "alt". How to realize it in..
I'm relatively new to python and only recently tried some small scripts with it that can be used for my needs (just simply interact and automate with some parts
I know that the most usefull tool to create and manipulate workbook/paste are Pandas or Openpyxl. My problem is with TOTVS: I find a table in its program and I
I have this idea but I don't even know where to start haha Basically, Lets say I want to click these 2 locations (50, 100) and (1000, 500) I could just click
this is my code and I have a problem. What is the solution for it, please? I try to make a screen recorder: import numpy as np import cv2 import pyautogui code
About 3-4 months ago, I decided to use my basic python knowledge to write a simple farming bot for an old RPG. After some struggling, I found a way to use pyaut