Python interception module is a low-level binding for Interception library. To use it you still need to install interception driver. For installation guide refer to interception readme located in the interception github repo
python -m pip install interception
Original samples are ported to python and can be found in samples directory
You can also execute them as scripts using
python -m interception.samples.x2y
or list using
python -m interception.samples