Generate images with random colors and the number of the image. Useful for generating test images.
python -m venv venv
venv/Scripts/pip install install -r requirements.txt
venv/Scripts/python generate_random_images.py
This project is licensed under the MIT License - see the LICENSE file for details