-
My apologies if this is already possible, but I didn't find any method within the documentation at https://difpy.readthedocs.io/en/latest/usage.html.
Currently, the multiple folder method within di…
-
Hi 👋
What about use ruff and mypy in the projet to improve code style and type check the code ?
Flave
-
Hi Elise,
Hope you are well.
I wanted to run a scenario past you and was wondering if this is possible, please?
So we deal with timesheets and daily we do get duplicates. DifPy (during POC was …
-
Detected issue where difPy would not import in all the folders correctly when "in_folder" would be set to "true".
-
Ran a simple example using pif.py on a Mac (Intel) running Sonoma 14.1.1 and Python 3.11.1.
Code:
import difPy
dif = difPy.build("/Users/paul/Pictures/New/")
search = difPy.search(dif, in…
-
[material0.zip](https://github.com/user-attachments/files/15908971/material0.zip)
```bash
pip install difPy
```
```python
import difPy
dif = difPy.build("./material0", px_size = 10)
sea…
-
I discovered another odd bug. If I have files located in a folder that contains square brackets in the name, difPy ends up ignoring those files. If the file name contains brackets, there doesn't see…
-
Aparently there is no memory limit built in and it will eat as much as it can get from windows.
"Preparing Files" completes fine but when searching the differences it eats a lot of memory.
My Window…
radry updated
1 month ago
-
@elisemercury , I've just pulled and tested your latest commit and have encountered what I assume are bugs:
running ```python /home/x/git/Duplicate-Image-Finder/difPy/dif.py --directory /mnt/sdc/2…
-
If I run difPy examples from a Python Console it works. If I put the same commands into a script (test.py) and issue a run command it fails. I think the useful part of the error message that comes…