/ScreenShotter

This project helps saving screenshot directly in given directory chosen by the user. This is mainly for Windows as in Windows we press Print-screen button and then go to paint and save it. Also, it can keep taking screenshots in given interval of time which can be later merged as a time-lapse!

Primary LanguagePythonMIT LicenseMIT

ScreenShot Script

This script is used to take screenshot after every given interval of time. It can be stopped by pressing a key combination. This can be used to make a timelapse while you code something by taking repeated screenshot and then playing it as a video by editing it in Video editing software. Also, we can take single shot as in normal screenshots and save it directly in given location

Features

  1. Can take screenshot at given interval of time
  2. Can take Single Shots and save directly instead explicitly opening another app to save it
  3. Can store data in user defined directory
  4. Name of file is current Date-Time to easily sort data for editing purpose
  5. User has the option to either use their own settings or default settings
  6. User can set custom time interval for taking timelapse
  7. Checks given destination is valid or not