/KeyLogger

This is a python program to Log KeyStrokes. This Program Workes on windows without any popups.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

KeyLogger

This is a python program to Log KeyStrokes. This Program Workes on windows without any popups.

You can edit the key log path you can edit the variable file_log to a new path.

Befor running the script run the following commands to install pyHook and pywin32:

~$ pip install pyHook

~$ pip install pywin32