Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 687 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 687 Bytes

NFT Background Colors Generator

GitHub last commit GitHub license

Overview

This Python script generates over 1000 images Or Any Number you want with different background colors and saves them as JPG files. It's a simple tool that can be used to create unique background images for NFT (Non-Fungible Token) projects or any other purpose.

Getting Started

Prerequisites

Make sure you have Python and the Pillow library (PIL) installed. You can install Pillow using pip:

pip install Pillow