I want to use a game mapping script written for Windows here that uses this very simple line:
from win32api import keybd_event, GetAsyncKeyState
I wonder if there is a similar easy line I could use in Linux.
In other words, I just need a way to signal to the running script when to start reading coordinates and when to stop...