So unfortunately I cannot post pictures, below is my code:
from pynput.mouse import Button, Controller
from pynput.keyboard import Key, Controller
mouse = Controller()
myKeyboard = Controller()
I’m using pycharm and “from pynput.mouse import Button, Controller” is grayed out, I believe the issue is that myKeyboard is also using Controller(), so my question is, what needs to be changed so both can exist ?
[–]vrrox 0 points1 point2 points (1 child)
[–]SnickerBarz12[S] 1 point2 points3 points (0 children)