This Python repository generates NFTs with dynamic "vibrating" properties. Each NFT has a coin-like image whose color, position, and size slightly vary every generation.
- Generates coin images with random vibration
- Creates metadata JSON for each NFT
- Ready to mint on Base Network or any other NFT platform
- Python >= 3.10
- Pillow
- Install dependencies:
pip install -r requirements.txt