Skip to content

pravallika-nunna/Key-Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Keylogger Project

This is a simple keylogger application built using Python, Tkinter, and Pynput for logging keystrokes. It allows you to start logging keystrokes by clicking the "Start" button and stop the logging by clicking the "Stop" button.

Features

  • Start keystroke logging by clicking the "Start" button.
  • Stop keystroke logging by clicking the "Stop" button.
  • Logs pressed and released keys.
  • Saves logged keys into a text file and JSON format.

Technologies Used

  • Python
  • Tkinter (for GUI)
  • Pynput (for capturing keystrokes)
  • JSON (for storing logs in JSON format)

Disclaimer

This project is intended solely for educational purposes to help me understand how keylogging works. It should not be used for any malicious activities or unauthorized use. Please ensure that you have permission before using it in any scenario.

How to Use

  1. Clone the repository to your local machine:
    git clone https://github.com/pravallika-nunna/Key-Logger

About

A simple Python keylogger with GUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages