Skip to content

Instantly share code, notes, and snippets.

@FireTime
FireTime / epdxAlbumArt.py
Created October 11, 2025 03:10
script to periodically update a samgsung epdx display with an album art collage
import threading
import time
from http.server import HTTPServer, BaseHTTPRequestHandler
from socketserver import ThreadingMixIn
import mysql.connector
from PIL import Image
import io
from string import Template
import uuid
import asyncio