Skip to content

Python script to generate multiple NFTs images just for testing

License

Notifications You must be signed in to change notification settings

0xfbravo/nft-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Python script to generate multiple NFTs images just for testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages