Python Based Keylogger by Abdul Hamid Noorani Python Based Keylogger by Abdul Hamid Noorani

Python Based Keylogger

Abdul Hamid  Noorani

Abdul Hamid Noorani

🔑 Python Keylogger – Created by Abdul Hamid Noorani

This is a simple keylogger script written in Python using the pynput library. It records every keystroke pressed on the keyboard and saves it to a log file (keylogger_generated_by_hamid.txt).
⚠️ For educational and ethical use only. Do not use on any system without permission.

📜 Features

Logs all keyboard input
Saves keystrokes to a local .txt file
Runs silently in the background
Minimal and lightweight

🧠 How It Works

This script uses pynput.keyboard.Listener to monitor keystrokes and writes them to a log file using a simple function hamid_keylogger.

🧰 Requirements

Python 3.x
pynput library
Install the required package:
pip install pynput
Like this project

Posted Jul 28, 2025

Developed a Python Based keylogger using pynput library.