Skip to content

Latest commit

 

History

History
35 lines (17 loc) · 957 Bytes

README.md

File metadata and controls

35 lines (17 loc) · 957 Bytes

Clip Maker

A program to save clips from the screen as a sequence of images.

Description

This program allows you to save clips from the screen as a sequence of images, which can be useful for collecting data for AI training or for other purposes.

Prerequisites

  • Python 3.7 or higher

Installation

  1. Install Python 3.7 or higher. You can download the latest version from the Python website.
  2. Install OpenCV using pip: pip install opencv-python
  3. Clone or download the repository.

git clone https://github.com/Davi-S/clip-maker.git

Usage

To use the program, run the clip_maker.py file and follow the prompts.

python clip_maker.py

You can also chage the settings file to your preferences

Support

If you have any questions or encounter any issues while using this program, please don't hesitate to open an issue on the GitHub repository.