ScreenSnapper is a Python application that automatically takes screenshots of your screen every 5 seconds and saves them in a specified directory. This can be useful for tracking activities, monitoring, or creating time-lapse videos of your screen activities.
- Automatically captures screenshots at regular intervals (every 5 seconds by default).
- Saves screenshots in a
screenshotsdirectory. - Filenames are timestamped for easy organization and retrieval.
- Python 3.x
pyscreenshotlibraryapschedulerlibrary
-
Clone the repository:
git clone https://github.com/Rahilsamani/ScreenSnapper.git cd ScreenSnapper -
Install the required libraries:
pip install pyscreenshot pip install apscheduler
Run the script to start taking screenshots every 5 seconds:
python screensnapper.pyScreenshots will be saved in the screenshots directory within the project folder.
Contributions are welcome! Please open an issue or submit a pull request for any bugs or features.
For any questions or suggestions, please contact [rahilahmed1720@gmail.com].