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.
- Host: GitHub
- URL: https://github.com/runtime-error786/keylogger
- Owner: runtime-error786
- License: mit
- Created: 2024-12-25T09:58:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T04:01:39.000Z (about 1 year ago)
- Last Synced: 2025-02-06T18:52:25.752Z (12 months ago)
- Language: Python
- Homepage:
- Size: 103 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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