Skip to content

Instantly share code, notes, and snippets.

View sai2008-ai's full-sized avatar

sai2008-ai

  • Joined Oct 18, 2025
View GitHub Profile
@sai2008-ai
sai2008-ai / gist:af4b79d0eda8caa052e565e231af21cb
Last active October 18, 2025 04:33
A full-screen Python DJ soundboard with animated gradient pads, neon equalizer, and per-pad volume controls. Built with Tkinter and pygame, it offers: Full-screen pads with unique gradient colors and hover animations. Per-pad volume sliders and global volume controls with keyboard shortcuts. Fade-in/out sound playback and simultaneous multi-chan…
import tkinter as tk
from PIL import Image, ImageTk
import os
import json
import random
from pygame import mixer
import colorsys
# ---------------- Configuration ----------------
CONFIG_FILE = "config.json"