Skip to content

KeshavRao19/Keylogger_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keylogger_Python

In this project, I have created a Keylogger which will keep track and generate records of your keystrokes as you are typing. This program contains modules such as pynput and tkinter. Tkinter is mainly used for the GUI of this project - like when you wanted to start/stop the keylogger. Pynput is used to control and monitor the input devices on the system so this is the vital module used in this program.

Use the following command to install the pynput module on your system - python3 -m pip install pynput

Use this command to install the tkinter module - pip install tk

About

In this project, I have created a Keylogger which will keep track and generate records of your keystrokes as you are typing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors