Skip to content

pixegami/python-generative-art-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Generative Art Tutorial

preview

This is a tutorial for creating generative abstract art-work using Python. It is based on a generative art NFT collection I created earlier, called Machine Psychology (source). But this tutorial project is simplified and only focuses on using Python to create the image.

Usage

First make sure you have PIL installed.

pip install pillow

You can run it like this.

# Generates a collection called 'foo' with 32 pieces into ./output/foo/
python src/generate_art.py -n 32 --collection "foo"

It should generate an image like this:

example_image

About

Tutorial repository for Python generated art.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages