This is a simple "Jokeware" program that I've made out of boredom, it's a little Pygame program that fullscreen's an image (.png format) and plays an audio file (.wav format) to prank you or your friends and family.
You can put new image files in the "Screens" directory, it is recommended a Full HD (1920x1080) image saved in the .png format.
sudo pip install pygame
pip install pygame
You can also compile this program with Pyinstaller to run in other systems that may not have Pygame installed.
sudo pip install pyinstaller
pip install pyinstaller
pyinstaller --icon="Icon.ico" --noconsole --onefile PySOD.py
git clone https://github.com/Wolfterro/PySOD.git
cd PySOD/
chmod +x PySOD.py
./PySOD.py