Skip to content

HarshitPal25/Keylogger-program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Keylogger-program

A simple Python keylogger using pynput that logs keystrokes to a text file.

Features

  • Logs all keystrokes in real-time
  • Handles normal characters and special keys
  • Saves output to a simple text file (keylog.txt)
  • Minimal and beginner-friendly codebase

Files

File Description
Keylogger.py Main Python script
keylog.txt Output file (auto-created)

Requirements

  • Python 3.x
  • pynput library

Usage

clone direcotory

git clone https://github.com/HarshitPal25/Keylogger-program.git
cd Keylogger-program

Install the required library using pip:

pip install pynput

Run the Script

python3 Keylogger.py

About

A simple Python keylogger using pynput that logs keystrokes to a text file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages