Skip to content

Instantly share code, notes, and snippets.

@undefined06855
undefined06855 / average.py
Created June 24, 2025 18:54
most average geode mod icon generator(tm)
# usage: python average.py <type (mean|median)> <id author (optional)>
import sys
from PIL import Image
import numpy as np
import json
mod_ids = []
if len(sys.argv) == 2: