Skip to content

indigosax/window-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

popup_watcher.py

Monitors ALL new windows appearing on screen. When a new window is detected:

  • Captures a screenshot
  • Logs the window title, process name, PID, and timestamp
  • Saves screenshots to a timestamped folder

Requirements: pip install pywin32 pillow psutil

Usage: python popup_watcher.py

Output: - Screenshots saved to: C:\PopupWatcher\screenshots
- Log file saved to: C:\PopupWatcher\popup_log.txt

Press Ctrl+C to stop.

Shamelessly vibed with claude.

About

Monitors ALL new windows appearing on screen, its Process name, and PID. Takes Screenshot and logs.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages