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.
- 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.
- install needed python packages
pip install -r requirements.txt
- run the script
python main.py
This project is provided under the MIT license, read the full license in the LICENSE file.