Skip to content

gabrielmuller1/NFT-Art-Generator

Repository files navigation

NFT-Art-Generator

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 (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 'gab' with 32 pieces into ./output/gab/
python src/generate_art.py -n 32 --collection "gab"

It should generate an image like this:

example_image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages