Skip to content

Instantly share code, notes, and snippets.

@galvez
Last active October 16, 2020 13:30
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save galvez/589f5d42cc9e208a5989054beb4f36ee to your computer and use it in GitHub Desktop.
Save galvez/589f5d42cc9e208a5989054beb4f36ee to your computer and use it in GitHub Desktop.
#!/usr/bin/python
from time import sleep
from pygame import mixer
mixer.init()
# Download file from https://freesound.org/people/Koyber/sounds/160483/
mixer.music.load('white-rose.mp3')
mixer.music.play()
sleep(1)
while true; do python white-rose.py; sleep 60; done
@arcrose
Copy link

arcrose commented Sep 12, 2017

👍

Just found this by accident searching HN and laughed thinking "Jonas would write this."

Really clever!

@galvez
Copy link
Author

galvez commented Oct 8, 2017

@zsck hahahahaha enjoy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment