Skip to content

EinsteinVirus/Keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Keylogger

I have created a simple Keylogger in python which records all the keys pressed and stores them in a text file.

I have used a 3rd party module named "pynput"

pynput : This library allows you to control and monitor input devices. Currently, mouse and keyboard input and monitoring are supported.

  • In Windows it can be installed by using command in command prompt
pip install pynput
  • In Linux it can be installed by using following command
sudo apt -y install python3-pynput

Note : If pip related error occurs then reinstall pip and try again installing pynput

Note : If you are running this in a Windows based system then make sure you turn off Windows Defender or any other antivirus software installed. I recommend you using a Windows based VM.

About

Made a keylogger using python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages