pm4py.streaming.connectors.windows.click_key_logger module#

class pm4py.streaming.connectors.windows.click_key_logger.WindowsEventLogger(event_stream, context_keys=None, screenshots_folder=None)[source]#

Bases: Thread

run()[source]#

Method representing the thread’s activity.

You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.

stop()[source]#
get_process_name(hwnd)[source]#

Fetch the process name using the window handle.

record(windows_title, process_name=None, x=None, y=None, button=None, key=None)[source]#
on_click(x, y, button, pressed)[source]#
on_key_release(key)[source]#