python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Packages Pynput and Pyautogui not working
I'm trying to automate some stuff on my Mac OS Big Sur 11.5.2 . I used to do it on my old computer that was running High Sierra. Now both the packages pyautogui and pynput can run but they never execu...
Sebastien Dupont
Votes: 0
Answers: 0
Can I do this with a Python key logger?
I am working on a python key logger and currently if I were to type "Hello World" it would say
'h'
'e'
'l'
'l'
'o'
Key.space
'w'
'o'
'r'
'l'
'd'
I would like it to just say "Hello Worl...
hhhhhhhhhhh
Votes: 0
Answers: 0
Detect press of alt key with pynput keyboard
I am trying to hold down the alt key when I press it with pynput. I checked the documentation and could not find a list saying how to call all specific keys or detect all specific keys. So that sucks....
Ryan Tibbetts
Votes: 0
Answers: 1
The code is ignoring some lines and I don't know why
The code is a video editor and it opens and app drags the file in and edits the resolution but when it clicks on the text box it doesn't remove any characters. The ignored code is showed by:
#ignored\...
IBLACKNINJA 1
Votes: 0
Answers: 1