Skip to content

DupliSweep is a simple and user-friendly application aimed at helping users find and remove duplicate files on their computer.

License

Notifications You must be signed in to change notification settings

Svxy/DupliSweep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DupliSweep Logo
DupliSweep
by Sneaky


A simple and easy solution for finding and removing duplicate files.


Download the latest release!



Table of Contents

Introduction

DupliSweep is a simple and user-friendly application aimed at helping users find and remove duplicate files on their computer. Whether it's duplicate photos, music files, or other types of files cluttering your storage space, DupliSweep saves you time and effort by providing a comprehensive solution to clean up your file system.

DupliSweep allows you to easily scan specific folders or directories to identify duplicate files based on criteria such as file size and hash values, thus deeming filenames irrelevent. The tkinter based user interface allows you to preview and select duplicate files for removal, freeing up valuable disk space.

Features

  • Intuitive and user-friendly interface.
  • Flexible/customizable search criteria like filesize and hashes.
  • Real-time progress updates during the scanning process.
  • Preview duplicate files before taking any action.
  • Remove selected duplicate files with a single click.
  • Support for various file types, including documents, images, music, and more.

Preview

Preview

A short gif demonstrating the functionality of DupliSweep.

Getting Started

Cloning the Repository

To clone the DupliSweep repository and get the application up and running locally, follow these steps:

  1. Open a terminal or command prompt.
  2. Change the current working directory to the location where you want the project to be cloned.
  3. Run the following command:
git clone https://github.com/svxy/duplisweep.git
  1. Navigate to the cloned repository:
cd duplisweep

Contributing

I more than welcome any contributions to enhance DupliSweep and make it even better. To contribute, please just be sure to follow these guidelines:

  1. Fork the repository on GitHub.
  2. Create a new branch from the main branch for your feature or bug fix.
  3. Commit your changes and push the branch to your forked repository.
  4. Submit a pull request with a detailed description of your changes.

Compiling with auto-py-to-exe

If you want to compile DupliSweep into a standalone executable using auto-py-to-exe, follow these steps:

  1. Install and run the auto-py-to-exe script:
pip install auto-py-to-exe
auto-py-to-exe 'OR' python -m auto_py_to_exe
  1. Customize the settings to your needs within the GUI.
  2. Click "Convert .py to .exe" to compile the application.

Note that additional instructions and troubleshooting for auto-py-to-exe can be found in their official documentation if needed.

Copyright

Copyright © 2023-2024 TnyavnTo/Svxy/Sneaky
This project is licensed under the MIT License.