Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 661 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 661 Bytes

nft-generator

Python script to generate multiple NFTs images just for testing

The images used here were designed by Erick Braian. All rights reserved to him.

Dependencies

THis script has dependency of some packages that should be installed with Pip3:

  • Pillow
  • IPython

How to run

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.