A simple GUI tool to decrypt the 2025 FRC season materials once the password is released during kickoff. This tool supports decrypting encrypted PDFs, ZIP files, and 7z archives that will be available from the official FIRST blog post.
⚠️ IMPORTANT: Do not resize the window during operation as it may break the UI animations and background effects. (i just dont have time to fix it)
- 🌊 Interactive underwater-themed UI matching the REEFSCAPE season theme
- 🗂️ Drag & drop interface for files
- 🔑 Password input with show/hide toggle
- 📊 Progress tracking for batch decryption
- 📝 Detailed logging of decryption status
- 🎯 Supports
.pdf
,.zip
, and.7z
files
# Install required packages
pip install PyQt6 PyPDF2 py7zr