BjornOnGit / key_logger

Key logger is a simple program that runs in the background and logs key presses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Key Logger

Description

This is a simple key logger that logs all the keys pressed by the user and stores them in a file. The file is stored in the same directory as the script. The file is named 'keyfiles.txt'. The script is written in python3.

Installation

To install the script, you would need to clone the repository. You can do this by running the following command in your terminal:

git clone  https://github.com/BjornOnGit/key_logger.git

Usage

To use the script, you'd need to intall the pynput library. If you're using a linux/debian based OS, you can do this by running the following command in your terminal:

python3 - m pip install pynput

If you're using a windows OS, you can do this by running the following command in your terminal:

pip install pynput

After installing the pynput library, you can run the script by running the following command in your terminal:

python3 -u "/path/to/file/key_logger/keylogger.py"

Disclaimer

This script is for educational purposes only. I am not responsible for any damage caused by this script. Please use responsibly.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Key logger is a simple program that runs in the background and logs key presses.


Languages

Language:Python 100.0%