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.
- 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.
 
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:
- 
Clone the Repository
git clone git@github.com:abdullahashfaq-ds/PyCapture.git cd PyCapture - 
Create and Activate a Virtual Environment
For Linux/Mac:
python -m venv venv source venv/bin/activateFor Windows:
python -m venv venv venv\Scripts\activate
 - 
Install Dependencies
pip install -r requirements.txt
 - 
Run the Application
python app.py
 
This project is licensed under the MIT License. See the LICENSE file for more details.
