An open API service indexing awesome lists of open source software.

https://github.com/wolfterro/pysod

The classic Screen Of Death, now in Python!
https://github.com/wolfterro/pysod

blue-screen-of-death bsod joke jokeware linux pygame python windows

Last synced: 12 months ago
JSON representation

The classic Screen Of Death, now in Python!

Awesome Lists containing this project

README

          

# PySOD
## The classic Screen Of Death, now in Python!

### Description:

##### 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.
##### You can put new sound files in the "Sounds" directory, it must be an audio file in .wav format!
##### You can exit the program by pressing ESC, Space or Return key.

### Requirements:

##### To run this program as a .py file (Python script), you'll need Pygame installed.
##### You can install Pygame by using pip:

##### ***GNU/Linux***:

sudo pip install pygame

##### ***Windows***:

pip install pygame

##### You can also compile this program with Pyinstaller to run in other systems that may not have Pygame installed.
##### To install Pyinstaller, you can also use pip:

##### ***GNU/Linux***:

sudo pip install pyinstaller

##### ***Windows***:

pip install pyinstaller

##### For Windows systems, you'll need Microsoft Visual C++ 2010 installed.
##### To compile the program, run the command below:

pyinstaller --icon="Icon.ico" --noconsole --onefile PySOD.py

### Download:

##### To download and execute as a script, you can clone this repository:

git clone https://github.com/Wolfterro/PySOD.git
cd PySOD/
chmod +x PySOD.py
./PySOD.py

##### In case you don't have git installed, use this [Link](https://github.com/Wolfterro/PySOD/archive/master.zip) to download this repository or click in the "Clone or Download" button on the top of the page.

#### You can also download as a binary file for Windows (requires Microsoft Visual C++ 2010):
##### ***Windows***: https://github.com/Wolfterro/PySOD/releases/tag/v1.0-Windows