bertton / nft-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nft-generator

Generate any number of ducks with randomized colors and accessories.

Getting started

Installation

  • Clone the repo & install dependencies with pip
git clone https://github.com/poonchoi/nft-generator
pip install -r requirements.txt

Usage

v1.0 Version 1 will generate ducks with randomized colors based on weighted rarity's.
In my opinion the images that are generated don't look as good as v2 but make sure to check out both versions!
image of duck image of duck image of duck image of duck
  • cd into v1

  • Run image_generator.py

python image_generator.py
  • The generated images will appear in the Images folder
v2.0 Version 2 will generate ducks with randomized colors and different accessories.
image of duck image of duck image of duck image of duck
  • cd into v2

  • Run image_generator_v2.py

python image_generator_v2.py
  • The generated images will appear in the Images folder

About

License:MIT License


Languages

Language:Python 100.0%