RandomImage
Pseudo random image generator
Install / Use
/learn @pashcovich/RandomImageREADME
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:

With circles:

Now I working on generator with some more features
