PrankCam
PrankCam is a fun Python app that lets you prank your friends during video calls! You can toggle Torch, Flashbang, RGB effects, and flip your camera.
How to download and use:
- Download the
PrankCam.py
file from this website. - Make sure you have Python installed (Python 3.10+ recommended).
- Open Command Prompt (Windows) or Terminal (Mac/Linux).
- Install the required Python libraries by running:
pip install opencv-python numpy pyvirtualcam
- Navigate to the folder where you downloaded
PrankCam.py
. -
Run the app:
- Windows: Double-click
PrankCam.py
(if Python is installed) or run:python PrankCam.py
- Mac/Linux: Run:
python3 PrankCam.py
- Windows: Double-click
- Grant camera permissions if prompted.
- Important: Before joining a video call, start your OBS Virtual Camera. Then in the call app, select “OBS Camera” as your video source.
- Use the GUI buttons to toggle Torch, Flashbang, RGB mode, or flip your camera.
Tips:
- Flashbang mode flashes the screen on your webcam feed.
- RGB mode adds colorful overlays.
- Flip camera flips vertically or horizontally for funny effects.
- Quit button closes the app safely.