derekgauger / keylogger

A keylogger using Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a keylogger made in Python3.

Installation:

  • pip install keyboard
  • pip install mosue

Then you will have the necessary libraries to run the script

I made this program to see how many times I press certain keys throughout my day. Everytime the script is restarted, it will overwrite the KeysLog.txt file with the new data. Nothing from previous runs will be kept because the I did not want that functionality for this script.

About

A keylogger using Python.


Languages

Language:Python 100.0%