Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Keylogger

Description

The Keylogger is a Python program that utilizes the Pynput library to extract information from user key inputs when active. The program then stores the data in a text file locally. This only works locally on the machine and does not send or receive data from other machines.

Table of Contents

Prerequisites

Before you begin, ensure you have the following requirements:

  • Python: Make sure you have Python installed on your system. You can download it from python.org.

  • Pynput Library: Install the Pynput library using the following command:

    pip install Pynput

Installation

Follow these steps to set up the Keylogger program:

Step 1: Clone the Repository

git clone https://github.com/AJDevCode/Keylogger.git

Step 2: Install Dependencies

py -m pip install pynput

Usage

To run the Keylogger program, execute the following command:

python Keylogger.py

Clicking keys captures the user's input and stores it in a text file. To use this file for testing purposes, you must exclude this from your Windows Defender. This only works locally on the machine and does not send or receive data from other machines.

Features

The Keylogger program offers the following key features:

  • Utilizes the Pynput library for keyboard detection.

  • Captures all keys entered by the user.

  • Outputs results to the terminal and saves them in a text file.

Technologies Used

  • Python

  • Pynput Library

About

The Keylogger is a Python program that utilizes the Pynput library to extract information from user key inputs when active. The program then stores the data in a text file locally.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages