Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

ScreenSnapper

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.

Features

  • Automatically captures screenshots at regular intervals (every 5 seconds by default).
  • Saves screenshots in a screenshots directory.
  • Filenames are timestamped for easy organization and retrieval.

Requirements

  • Python 3.x
  • pyscreenshot library
  • apscheduler library

Installation

  1. Clone the repository:

    git clone https://github.com/Rahilsamani/ScreenSnapper.git
    cd ScreenSnapper
  2. Install the required libraries:

    pip install pyscreenshot
    pip install apscheduler

Usage

Run the script to start taking screenshots every 5 seconds:

python screensnapper.py

Screenshots will be saved in the screenshots directory within the project folder.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any bugs or features.

Contact

For any questions or suggestions, please contact [rahilahmed1720@gmail.com].

About

ScreenSnapper is a Python-based application that automatically captures screenshots of your screen at regular intervals. It's perfect for tracking activities, creating time-lapse videos, or monitoring purposes. Screenshots are saved in a timestamped format within a designated directory.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages