- Customizable Interval:
- Takes a screenshot every x number of seconds, where x can be a whole number or a decimal (e.g., 0.5 for half a second).
- Automatic Folder Creation:
- Automatically creates a folder named
screenshots
or adds to an existing folder in the directory where the app is run.
- Automatically creates a folder named
- Visual Countdown:
- You are able to select the number of seconds for your countdown, giving you time to prepare.
- Pause and Stop Controls:
- Press
F8
to pause the screenshot capture. - Press
F9
to stop the app.
- Press
Compiled using pyinstaller --onefile --icon="AUTOSHOT_icon.ico" AUTOSHOT.py
in cmd.