Catalog your chaos. Embrace the goon.
EDGR is a standalone, zero-install tool for viewing and organizing media files with chaotic precision and industrial strength looping. It's like a file viewer... but unhinged.
Features include:
- 🖼️ Fast image + GIF viewer
- 🎥 MPV-powered video playback with smooth seeking
- 🎞️ Custom clip looping and export
- 🧠 Playlists for that custom goon experience
- 🔧 Keyboard shortcut customization
- 🤖 Gamepad control (yes, really)
- Unzip this folder anywhere you like.
- Run
EDGR.exe(double-click or launch from terminal). - Select a source folder of media files.
- Scroll, sort, loop, clip, and collect.
- You are now gooning. There is no step 6.
EDGR.exe........ The app (launch this)bin/mpv/........ MPV runtime librariesbin/ffmpeg/..... FFmpeg binary for clip exportassets/......... (Optional) JSON config files, playlists, etc.rabbit_icon.ico. Your favorite goon icon
- Windows 10 or later
- No install needed
- MPV + FFmpeg binaries included
- Brain: optional
- Press
Cto enter Clip Mode - Press
Enterto save a clip - Press
Fto toggle fullscreen - Customize keybinds under File → Preferences
- MPV not loading? Make sure
bin/mpv/is next toEDGR.exe - App won’t launch? Try unblocking the .zip file before extracting (Right-click → Properties → Unblock)
- Open PowerShell in
EDGR\code. - Create venv:
python -m venv .venv - Activate:
.\.venv\Scripts\Activate.ps1 - Install deps:
pip install -r requirements.txt - Run:
python main.py
If you see ModuleNotFoundError: edgr, make sure you are running from EDGR\code so the package is on the path.