Skip to content

drinrin/KLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KLog

Key Logger python script

Disclaimer

This is for educational purposes only. Do not use this for illegal activites.
I am not responsible for any criminal acts or wrongdoings you do with this information.

Description

  • A python script to log inputted keys from keyboard.
  • The program uses pynput to listen to any inputs from the keyboard then writes/appends it to a log.txt file.
  • The program is freezed using cx_Freeze so it could be used in computers without Python installed.

How to use

Run "python main.py" in the project directory.
When running, press ESC Key to exit the program.

Alternatively:
Run "python setup.py build" in the project directory then run main.exe inside build/exe.win-amd64-3.9/ to use it for computers without python.