Caution
I am not encouraging no one to do illegal things, so, use this script ONLY with someone that you know.
This is a simple python key logger that "listens" to the Keys clicked by the user and outputs them in a txt file called Key_log.txt (customizable). It Writes them like so:
date - time -- "Key":
For using that script you'll just neec to install the libraries used in the scripts:
- os
- PIL
- pynput
- logging
- tkinker
- time