A cross-platform GUI tool to find duplicate files on your computer, written in Python with a Qt interface.
dupeGuru is a desktop application that helps users find and manage duplicate files on their computers. It scans directories to identify redundant files, helping free up storage space and organize digital content. The tool provides a graphical interface that works across Windows, macOS, and Linux systems.
Users who need to clean up duplicate files on their personal computers or workstations, including both technical users and those preferring graphical tools over command-line utilities.
Developers choose dupeGuru for its cross-platform compatibility, straightforward graphical interface, and open-source nature, allowing inspection and modification of the duplicate-finding logic.
Find duplicate files
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Built with Qt for a consistent graphical interface on Linux, macOS, and Windows, making it accessible without command-line expertise, as highlighted in the README.
Scans directories to identify duplicate files based on content, not just names, ensuring accurate redundancy removal for freeing up storage.
Written in Python 3, allowing users to inspect and modify the core logic for custom needs, with source code freely available.
Includes translation infrastructure with .po files and a Transifex project, facilitating international use and community contributions.
Requires setting up Python 3.7+, PyQt5, and system-specific packages, with OS-dependent instructions that can be daunting for casual users.
The README notes ongoing need for help with OSX and Linux maintenance, bug reproduction, and packaging, indicating potential instability and limited updates.
As a Python-based application, it may be slower compared to native tools when scanning very large file systems, affecting efficiency for power users.