You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A C++ Windows utility that helps parents monitor computer activity for safety. It logs keystrokes, window titles, clipboard content, supports optional persistence, and sends all updates to a parent-controlled Telegram bot including remote commands and screenshots. For educational and authorized use only.
A lightweight Python keylogger that captures formatted typed text with timestamp logging. Records user input in a readable format, handling special keys like Enter, Backspace, and Space. Perfect for learning about keyboard monitoring and Python's pynput library.