54 percent... wow

This commit is contained in:
2023-12-08 00:44:12 +01:00
parent 9ae71af1aa
commit 0012c52adf
11 changed files with 115 additions and 57 deletions

View File

@@ -1,10 +1,12 @@
import os
import sys
sys.path.append("../")
import time
import shutil
import logging
from progressbar.progressbar import ProgressBar
from exif_data import ExifData
from src.exif_data import ExifData
def sort_pictures(images:list, dst:str, logger:logging.Logger):