Skip to content

Instantly share code, notes, and snippets.

@rafhtl
rafhtl / whynot.py
Created February 20, 2023 09:43 — forked from futurepaul/whynot.py
The “Why’d you push that button” button
#Step 1: Import the libraries we need
import pygame.mixer
import RPi.GPIO as GPIO
import glob
import random
import time
#Step 2: Fire up the sound mixer
pygame.mixer.init()