Skip to content

aykhanpashayev/keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Python Keylogger

A simple keylogger created in Python using "pynput" library. This keylogger records each key press event and logs it to file. Please note this is for ethical purposes only!

Features

  • Logs all pressed keys to file
  • Records timestamps for the start and stop
  • Handles special keys such as scpace, enter, esc, backspace and etc.

Prerequisites

  • Python 3.x installed
  • Pynput library installed

How to use it

How it works:

  • It opens a file named "logFile.txt" and write each pressed key to that file

About

A simple Python based Keylogger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages