python-mini-projects/projects/capture_screenshot at master · robotPin/python-mini-projects · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Capture Screenshot

captures screenshot at regular interval of time.

Dependencies

pip install -r requirements.txt

Usage

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