Skip to content

PyCapture is a desktop application designed to automate screen capturing, allowing users to schedule screenshots at specified intervals.

License

Notifications You must be signed in to change notification settings

abdullahashfaq-ds/PyCapture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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.

About

PyCapture is a desktop application designed to automate screen capturing, allowing users to schedule screenshots at specified intervals.

Topics

Resources

License

Stars

Watchers

Forks

Languages