Skip to content

A python script which can keep a track of what an individual is composing and taker screenshots of the monitor screen parallely

License

Notifications You must be signed in to change notification settings

viditgarg1999/Keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Keylogger

Here I have made Keylogger in Python which can not just monitor what the individual is composing and furthermore take screen captures parallelly.

How to use?

  1. First of all you need to install all the mentioned python libraries in your device (Here i am assuming that latest Python version is installed in your device).
    Write the following commands in the cmd window:
pip install mss
pip install pynput
pip install threading
pip install os
  1. Once you are done with all these libraries, you can download the "Keylogger.py" script and open it in any of the Python IDE(Jupyter Notebook, Spyder, IDLE..)

3. Now, when you Run the script it will ask for "A Time interval which you want to be there in between each interval" and once you give the input then the keyogger will start tracking.

This Keylogger will make a new Directory on the Desktop named "Keylogger" where all the Screenshots and log file will be stored.

How to Stop?

In order to stop this Keylogger, you have to stop the python script.

Disclaimer

This undertaking is just for Educational Purposes and the abuse of the data in this venture can result in criminal allegations brought against the people being referred to.
I am in no way responsible for the misuse of the information.

About

A python script which can keep a track of what an individual is composing and taker screenshots of the monitor screen parallely

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages