Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.42 KB

File metadata and controls

57 lines (37 loc) · 1.42 KB

PyCapture

PyCapture is a desktop application designed to automate screen capturing, allowing users to schedule screenshots at specified intervals. It is ideal for monitoring, documentation, and visual data collection, all without manual intervention.

Features

  • Automatically captures screenshots at user defined intervals.
  • Set a total duration for capturing, ranging from a few minutes to continuous monitoring.
  • Choose a save directory where all screenshots will be stored for easy access.
  • Enjoy a clean, minimalist interface that is intuitive and user-friendly.

Interface

PyCapture

Installation and Setup

To get started quickly, download the PyCapture.exe file and run it without needing to install or configure anything. For developers, follow these steps to set up the application:

  1. Clone the Repository

    git clone git@github.com:abdullahashfaq-ds/PyCapture.git
    cd PyCapture
  2. Create and Activate a Virtual Environment

    For Linux/Mac:

    python -m venv venv
    source venv/bin/activate

    For Windows:

    python -m venv venv
    venv\Scripts\activate
  3. Install Dependencies

    pip install -r requirements.txt
  4. Run the Application

    python app.py

License

This project is licensed under the MIT License. See the LICENSE file for more details.