Closed DeyoSwed closed 2 years ago
Dear @DeyoSwed,
Thank you so much for your comment and your input! I really appreciate your effort and support. I will go through and verify your code, and will be happy to apply the changes should I find no issues from my side.
Also, I recommend to follow the steps listed in this guide. The pulling of the code changes to the main branch will be easier for me, and you will then be added as a contributor to the package, which you definitely deserve.
Again, thank you so much and all the best, Elise
Hi @DeyoSwed, The feature of searching though subfolders is now supported with version 2.4. All the best, Elise
Hi Elise!
Thank you for existing!
My Onedrive duplicated my library about 4years ago, that and countless backups from WhatsApp and messager, A 550GB mess, yeah you get the point.
I'm really new to coding and git so figure ill postcode instead, it's not clean but I'm pressed on time studying applied data science and working as a product manager.
I have a few more ideas, but the code below was necessary for me right now :)
Code finds photos in all subdirectories (folder in a folder) in the given file paths. Code I have added is commented:
added by Kristofer from
added by Kristofer to
`import skimage.color import matplotlib.pyplot as plt import numpy as np import cv2 import os import imghdr import time import collections
added kristofer
from pathlib import Path
class dif:
`