#USE WITH CAUTION.
An easy and simple python script which will keylog the monitorized session. For this script to work, you need to import the lib keyboard ~pip install keyboard Afterwards, you'll need to create a virtual environnement. ~python -m venv env and to activate it: ~source env/bin/activate
Don't forget that the main_key can only be executed only inside the virtual env!