Skip to content

Instantly share code, notes, and snippets.

View miabrahams's full-sized avatar

Michael Abrahams miabrahams

  • Brooklyn, NY
View GitHub Profile
@miabrahams
miabrahams / CustomMusic.py
Created February 25, 2025 02:16
Custom Music Extension for Rift Wizard 2
import pygame
import os
import random
from pathlib import Path
import logging
import inspect
# This is a simple mod to add custom music tracks.
# Put your music files in the same folder as this script.