Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 595 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 595 Bytes

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