Advanced File Manager | Professional File Operations
BlazeFox is a Python-based file manager with a clean GUI and powerful file handling features like copy, move, sync, undo/redo, and duplicate detection — all in one lightweight tool.
- ⚡ Fast file operations (copy/move with conflict handling)
- 🗂️ Smart conflict resolution (skip, rename, replace, prompt)
- 🔄 Undo/Redo for previous operations
- 🔍 Duplicate detection using size + hash
- 📂 Categorization tools (by name, size, extension)
- 🎨 Simple GUI built with Python
Clone the repository:
git clone https://github.com/crystallinecore/blazefox.git
cd blazefox
Run with Python:
python blazefox.py
This will launch the GUI interface for BlazeFox.
- Written in Python 3.8+
- Cross-platform (Linux, Windows, macOS)
- No external requirements beyond the Python standard library
BlazeFox is released under the MIT License.