/Clean_Directory

Clean Directory by moving files to directories

Primary LanguageJupyter NotebookMIT LicenseMIT

Clean_Directory

Clean Directory by moving files to directories

Run it with : in terminal "python src/clean.py"

It will clean any directory here is '/mnt/c/USers/Mat/Documents'

It will move same extension files to seperate directories that it will create.

for example .jpg and .png files will go to 'image' folder

How to Run

add src to PYTHONPATH :

export PYTHONPATH=${PWD}

then Run :

python src/clean.py (dir_to_clean)