A program to save clips from the screen as a sequence of images.
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.
- Python 3.7 or higher
- Install Python 3.7 or higher. You can download the latest version from the Python website.
- Install OpenCV using pip:
pip install opencv-python
- Clone or download the repository.
git clone https://github.com/Davi-S/clip-maker.git
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
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.