A macOS application that automatically captures screenshots during tutorial sessions and generates an HTML summary.
- Captures screenshots at regular intervals during tutorial sessions
- Generates an organized HTML page with all screenshots
- Saves sessions with timestamps for easy reference
- Simple command-line interface
See macos-app/QUICKSTART.md for quick installation instructions.
For detailed setup information, see macos-app/README.md.
-
Install dependencies:
cd macos-app ./install.sh -
Run the application:
python screenshot_capturer.py
-
Follow the prompts to start/stop capturing screenshots
- macOS (uses native screenshot capabilities)
- Python 3.x
- See macos-app/requirements.txt for Python dependencies
Screenshots are saved to ~/TutorialScreenshots/ with session-based organization and an HTML summary page.