# NFT Generative Art 

By [Meta East](https://paragraph.com/@mattheweastman) · 2022-04-22

---

Super stoked to officially create my first generative art using Python.

Previously I only used python in Jupyter for simple data calculations and graphing so I had to update my python version and install a few modules (Pillow) using node.js and homebrew.

### This is what I did!

I took these three backgrounds

![](https://storage.googleapis.com/papyrus_images/729bd12d8849d1f210af11a4b830f71beb1ba52419f2fa65f4241a836d8357af.png)

And I layered my old 2D logo over top of the backgrounds.

![](https://storage.googleapis.com/papyrus_images/bfc717bd92522e84bd7f51ca67116a7bff2593047a67391171409078b8e6c151.png)

the Python Script ran and boom created 3 images.

![](https://storage.googleapis.com/papyrus_images/cca7757637de3b1c14dd60c67278b615f4665c1944acfaa9dd046dcf4e25e74d.png)

This is the tutorial I used and the code template I started with.

[![]({{DOMAIN}}/editor/youtube/play.png)](https://www.youtube.com/watch?v=MKwWpZEuLTs)

### What’s next?

Pretty cool to think I could make my own nft artwork now and then create a smart contract to turn these art NFTs into utility nfts. Sky is the limit!

---

*Originally published on [Meta East](https://paragraph.com/@mattheweastman/nft-generative-art)*
