Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Screen Capture

This program automatically takes screenshots when specific events occur on your Mac:

  • Mouse clicks
  • Enter key presses

Setup

  1. Make sure you have Python 3.x installed on your system
  2. Install the required dependencies:
pip install -r requirements.txt

Usage

  1. Run the program:
python screen_capture.py
  1. The program will start monitoring for events and save screenshots to the screenshots directory
  2. Each screenshot will be saved with a timestamp in the filename
  3. To stop the program, press Ctrl+C

Note

  • You may need to grant screen recording permissions to your terminal/IDE when running the program for the first time
  • Screenshots are saved in PNG format
  • The program adds a small delay (0.1s) before taking each screenshot to ensure the captured change is included

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages