A python script that changes your wallpaper and plays the iconic song "I'm a barbie girl" forcefully at full volume every five minutes.
pip install -r requirements.txt
Install pyinstaller pip install pyinstaller
Then compile into an executable with pyinstaller --noconsole --onefile --add-data "image.jpg;." --add-data "audio.wav;." __main__.py