You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creates weekly folders based on modification date and copies corresponding files into them.
Change shutil.copy to shutil.move in order to move files instead of copying them.
Usage: python3 DirCleaner.py
About
Creates weekly folder based on modification date and copies the corresponding files into them.