I am trying to implement pynput into a script that read a word that is typed and replace it with an encoded version after space is pressed and while the listening is working perfectly it is not ...
Installed pynput in a new virtual environment and tried to track mouse and keyboard events. Keyboard presses were handled successfully but when a mouse event was ...