RandomImage

Pseudo random image generator

View the Project on GitHub

Pseudo Random Image Generator

I start this project at 6/10/17 16:50

How to install

First of all you need the PILLow library.

You can install it via pip

pip install -r requirements.txt

How to use

It is simple

$ python image_gen.py

It will be generate a new image file with size 640x480 (default) and filename like new_image_1.png

Examples

Some examples of generated images:

With squares: squuares

With circles: circles

Now I working on generator with some more features