Posts by Daniel Neves Vieira • 31 points
1 post
-
2
votes1
answer235
viewsQ: Capture typed key using Python 3
Below I have a code in Python that capture typed key, only I need to get the name of the program where he typed such key. How can I do that? from pynput.keyboard import Key, Listener import logging…