Uploaded September 2021 | Updated September 2026, 1 hour ago
In this project, we'll be creating a Python program to generate artwork for an NFT collection from scratch (in about 45 minutes, starting from a completely empty project).
To follow along, you'll need to know some basic Python, and know how to install packages (e.g. using `pip install`).
00:00 Introduction
01:33 What is generative art?
02:03 Prerequisites
02:40 Start from empty project
04:10 Create new image
07:07 Drawing lines
11:50 Connecting the lines
16:40 Adding thickness
18:13 Adding color
23:45 Centering the image
32:30 Adding color channels
38:30 Picking brighter colors
43:09 Anti-alias
47:49 Wrap-up
π Tutorial Source: github.com/pixegami/python-generative-art-tutorial
π Original Project Gallery: mach-psy.com
π Original Project Source: github.com/pixegami-team/machine-psychology-python-art
π Python PILLOW library: pillow.readthedocs.io/en/stable
In this project, we'll be creating a Python program to generate artwork for an NFT collection from scratch (in about 45 minutes, starting from a completely empty project).
To follow along, you'll need to know some basic Python, and know how to install packages (e.g. using `pip install`).
00:00 Introduction
01:33 What is generative art?
02:03 Prerequisites
02:40 Start from empty project
04:10 Create new image
07:07 Drawing lines
11:50 Connecting the lines
16:40 Adding thickness
18:13 Adding color
23:45 Centering the image
32:30 Adding color channels
38:30 Picking brighter colors
43:09 Anti-alias
47:49 Wrap-up
π Tutorial Source: github.com/pixegami/python-generative-art-tutorial
π Original Project Gallery: mach-psy.com
π Original Project Source: github.com/pixegami-team/machine-psychology-python-art
π Python PILLOW library: pillow.readthedocs.io/en/stable










