https://soundcloud.com/lilith_93/spheres
Meine Coverbildchen mach ich ab sofort mit Python (und Chatgpt)
from PIL import Image, ImageDraw, ImageFont
import random
import math
class GridSpheresWithEdges:
def __init__(self, width=900, height=900, rows=3, cols=3, background=(10, 10, 20)...