FileSense v1.0.0 🚀
We are incredibly excited to announce the very first release of FileSense! 🎉
FileSense is a powerful, cross-platform file management and storage analysis utility built with Python and PyQt6. It is designed to help you quickly organize, analyze, and declutter your local drives through a clean, modern, and responsive Graphical User Interface (GUI).
✨ Features Highlight
- Dashboard: A sleek home screen providing access to all tools and keeping track of your recent searches.
- Search & Organize: Quickly find files across multiple drives. Filter by specific categories (Images, Videos, Documents, Archives, Code) or custom extensions. Move or delete them in bulk directly from the app.
- Storage Analyzer: Get a visual breakdown of your storage with an interactive pie chart, complete with file count and exact size calculations. It also highlights the Top 10 largest folders dynamically.
- Advanced "Find It" Tools:
- Duplicate Finder: Reclaim storage by finding and grouping exact byte-for-byte duplicate files. Easily select all but one copy to safely delete the redundant files.
- Large Files: Uncover files taking up too much space by setting a custom size limit.
- Same Name: Find files that share the same name but might have different contents.
- By Name: Find specific files scattered across your system.
- Empty Folder Cleaner: Quickly scan for and safely remove empty directories to declutter your filesystem.
- Modern UI & UX: Beautiful dark/light themes (via
qdarktheme), colored file type icons, right-click context menus, and modal progress popups for long-running scans. - Performance: Multi-threaded operations ensure the UI remains fully responsive during heavy file scanning, copying, moving, and deleting.
📦 Installation Options
In the assets below, you will find multiple ways to run FileSense:
FileSense_Setup.exe: A standard Windows installation wizard that will install FileSense to your PC and create a desktop shortcut.- Source Code: Run it directly via Python using
pip install -r requirements.txtfollowed bypython main.py.
🐛 Known Issues & Feedback
As this is the initial v1.0 release, there may be a few edge cases we missed. If you run into any bugs or have feature requests, please open an Issue on our GitHub repository!
Enjoy organizing your files! 📂✨
Full Changelog: https://github.com/Arvind-kl22/FileSense/commits/v1.0.0