An open API service indexing awesome lists of open source software.

https://github.com/runtime-error786/keylogger

The project is a keylogger application that records user activity (keystrokes, mouse actions, screenshots, and audio) and sends periodic reports via email. It involves modules for system information, input capture, logging, and reporting, contributed by a team of five developers.
https://github.com/runtime-error786/keylogger

Last synced: 10 months ago
JSON representation

The project is a keylogger application that records user activity (keystrokes, mouse actions, screenshots, and audio) and sends periodic reports via email. It involves modules for system information, input capture, logging, and reporting, contributed by a team of five developers.

Awesome Lists containing this project

README

          

# Welcome to the Key_logger
## activate environement
.\venv\Scripts\activate

## Install Dependencies
pip install -r requirements.txt

## make exe file
pyinstaller --onefile --add-data ".env;." --add-data "keylogger_logs.txt;." --add-data "audio.wav;." --add-data "screenshot.png;." logger.py