Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 846 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 846 Bytes

Jumpscare Application

This is a Python-based application that creates a jumpscare effect by playing a GIF animation along with an audio file. It can also display a popup message before initiating the jumpscare.

Features

  • Full-Screen GIF Playback: Plays a randomly selected GIF animation in full-screen mode.
  • Random Audio Playback: Plays a random audio file synchronized with the GIF.
  • Popup Message: Displays a fun fact before the jumpscare starts.
  • Customizable Media: You can add your own audio and video files by placing them in the ./audio and ./video folders, respectively.

Usage

  1. install needed python packages
pip install -r requirements.txt
  1. run the script
python main.py

LICENSE

This project is provided under the MIT license, read the full license in the LICENSE file.