Skip to content

beyondyeo/Python-Keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Python Keylogger πŸ”‘πŸ“‹

A lightweight Python-based keylogger built using the pynput library to capture keyboard inputs in real-time. This project demonstrates how to log keystrokes while handling special keys like Shift, Enter, and Space effectively. The keylogger writes inputs to a file for analysis, making it an educational tool for understanding keyboard event handling and logging in Python.

Code Files

main.py - Keyboard Listener (Tracks Keystrokes on runtime constantly)
keyboardController.py - Keyboard Controller (Controls Keyboard on runtime)
mouseController.py - Mouse Controller (Controls Mouse Positioning on runtime)
log.txt - To write keystrokes into file

About

Keylogging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages