Find files with similar names.
Project description
Fiddup
File DeDuplicator
Small tool to quickly scan a directory for files of similar names. Useful to scan through archives of books, documents, downloads, movies, music, ...
Outputs the original filename, the compared filename, and similarity. Only outputs above a specified similarity are stored.
Installation
From PyPi
pip3 install fiddup
From Sauce
-
git pull https://github.com/jarviscodes/fiddup
-
setup.py install
Usage
Usage: python -m fiddup [OPTIONS]
Options:
-i, --inpath TEXT [required]
-a, --analyze BOOLEAN
-t, --threshold FLOAT
-e, --extensions TEXT [required]
-d, --directory
-v, --verbose
--help Show this message and exit.
Example output
(env) E:\Users\Jarvis\PycharmProjects\fiddup>python -m fiddup -i C:\Temp -e mp4 -d -v
[Info] Starting with analyze: True
[Info] Starting with match threshold: 0.7
[Info] Scanning for extensions: mp4
[Info] Found 7 directories.
[Info] Found 0 files.
|###################################| 7/7 [100%] in 0.0s (248.30/s)
Results────────────────┬───────────────────────┬────────────
│ Name │ Compared to │ Similarity │
│ New folder │ New folder - Copy │ 0.74 │
│ New folder - Copy │ New folder - Copy (2) │ 0.89 │
│ New folder - Copy │ New folder - Copy (3) │ 0.89 │
│ New folder - Copy │ New folder - Copy (4) │ 0.89 │
│ New folder - Copy │ New folder - Copy (5) │ 0.89 │
│ New folder - Copy │ New folder - Copy (6) │ 0.89 │
│ New folder - Copy (2) │ New folder - Copy (3) │ 0.95 │
│ New folder - Copy (2) │ New folder - Copy (4) │ 0.95 │
│ New folder - Copy (2) │ New folder - Copy (5) │ 0.95 │
│ New folder - Copy (2) │ New folder - Copy (6) │ 0.95 │
│ New folder - Copy (3) │ New folder - Copy (4) │ 0.95 │
│ New folder - Copy (3) │ New folder - Copy (5) │ 0.95 │
│ New folder - Copy (3) │ New folder - Copy (6) │ 0.95 │
│ New folder - Copy (4) │ New folder - Copy (5) │ 0.95 │
│ New folder - Copy (4) │ New folder - Copy (6) │ 0.95 │
│ New folder - Copy (5) │ New folder - Copy (6) │ 0.95 │
───────────────────────┴───────────────────────┴────────────
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fiddup-2.0.0.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file fiddup-2.0.0.tar.gz
.
File metadata
- Download URL: fiddup-2.0.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee1cc0b4a525d4bbd2a129248a3e501915697679d715ac62a4375ced04eee0e9 |
|
MD5 | e5e027a938beb268063b2ee551286a15 |
|
BLAKE2b-256 | 7adeb73baf6a01e54032224974e18fdc7b7ff262862238480f578e26b34ad364 |
File details
Details for the file fiddup-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: fiddup-2.0.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14609327d7d3026d4f7dae8dd2d750588d8e0135944a470c0fe964356f4cb079 |
|
MD5 | 5c83897c43ff1d0fdeb7b70c6c22f45f |
|
BLAKE2b-256 | bf4a546450ee3b2238ad0846af15bf269bdf94ae0191eec4653b631bf689cf2c |