Code Monkey home page Code Monkey logo

pysod's Introduction

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 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):

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.