charlie-cao / nft-image-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Python Notebook in Jupyter that will generate a series of unique images using a collection of layers.

Getting Started

  1. Install Python

  2. Install PIP Download PIP get-pip.py

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

python get-pip.py
  1. Install Python Pillow
pip install pillow
  1. Install Python display
pip install display
  1. Install Jupyter Notebook
pip install jupyter 
  1. Run Jupyter in your nft-image-generator folder
jupyter notebook
  1. Run the commands in [generate.ipynb] to generate images.

  2. First time you run notebook, it will ask you to install ipykernel, accept this.

  3. If the program executes successfully, it will output all the generated images to the /images folder, and the metadata to the /metadata folder. The filenames will refer to tokenIds.

About

License:MIT License


Languages

Language:Jupyter Notebook 88.8%Language:JavaScript 11.2%