Python script to generate multiple NFTs images just for testing
The images used here were designed by Erick Braian. All rights reserved to him.
THis script has dependency of some packages that should be installed with Pip3
:
- Pillow
- IPython
First of all, verify the config inside the nft-generator.py
file.
# Config
resourcesFolder = "resources"
projectName = "project_name"
baseURL = "https://www.google.com"
finalImageExtension = ".png"
After this, just run on a terminal window: python3 nft-generator.py
, and the magic will happen.