JustynaKm / nft-generative-art

this is an assignment to create an NFT smart contract that is randomly generating art pieces out of at least 3 Traits/Features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nft-generative-art

Usage First make sure you have PIL installed.

pip install pillow You can run it like this.

Generates a collection called 'my collection' with 32 pieces into ./output/my collection/

python src/generate_art.py -n 32 --collection my collection

About

this is an assignment to create an NFT smart contract that is randomly generating art pieces out of at least 3 Traits/Features


Languages

Language:Python 100.0%