poonchoi / 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.
image of duck image of duck image of duck image of duck image of duck image of duck

  • CD into v1

  • To generate an image, run

python image_generator.py

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 image of duck image of duck

  • CD into v2

  • To generate an image, run

python main.py [NUM_OF_IMAGES] [OPTION]...
Arguments:
  NUM_OF_IMAGES [required]   Number of images you want to generate
 
Options:
  -b, --bar     Show progress bar when generating images
  -s, --show    Open image folder on completion
  --help        Show all options

Commuity v3.0

This program was made by @besir660.
The program will function similarly to v2.0 but is slightly quicker at generating the images.

  • CD into 'Community v3'/v3

  • To generate an image, run

python image_generator_v3.py

About

License:MIT License


Languages

Language:Python 100.0%