Back to Python Mini Projects

Capture Screenshot

projects/capture_screenshot/README.md

latest418 B
Original Source

Capture Screenshot

captures screenshot at regular interval of time.

Dependencies

bash
pip install -r requirements.txt

Usage

bash
python screenshot.py                          # takes screenshot at interval of 1 hour
python screenshot.py -t m -f 5                # takes 5 screenshots in 1 minute 
python screenshot.py -p path_to_directory     # screenshots will be saved to path_to_directory