python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Python if statement works with one excel file but not another
I am writing a code to automate some data entry from an excel file into a website. I've already tested out the code and it works with no issues using an unencrypted file. The issue appears when I run ...
Chris
Votes: 0
Answers: 0
TypeError: 'NoneType' object is not subscriptable appears 2/3 of the time
I am coding a bot to click a certain image when it sees another image. I am not only getting the error above, but when one picture is shown, it will click the opposite picture's corresponding picture....
Evan Fisher
Votes: 0
Answers: 1
Can we give pyautogui permission to I/O (Mouse and keyboard) in Chromebooks?
I am using a Chromebook to code python. I made a script which makes it so that it looks up something in google. This is the current code:
import pyautogui as pag
import time
time.sleep(3)
pag.typewri...
user18553769
Votes: 0
Answers: 1
Take a screenshot that includes the cursor
I am trying to make a program with pyautogui that does different things depending on how the cursor looks (for example the cursor looks different when you are resizing a window or something like that)...
TomkoSK
Votes: 0
Answers: 1