KeyMouseLockCapture is a Python script that captures images from the webcam upon detecting mouse movements, mouse clicks, or keyboard presses, and then locks the PC. This script is designed to work across multiple operating systems, including Windows, Linux, and macOS.
- Captures images from the webcam when mouse or keyboard activity is detected.
- Saves images with a timestamped filename in a specified directory.
- Locks the PC immediately after capturing an image.
- Supports Windows, Linux, and macOS with fallback options for other systems.