This is a Python Project which can Sort the files present in your folder based on its type(.xlsx, .bmp, .txt etc).
Here in this Notebook.ipynb, I've multiple files existed in a single folder. (3 excel file, 3 txt files & 3 bmp file)
So this code will create 3 Individual folders (Excel Folder, Text Folder & BMP Folder) & all those 3 excel files will move into Excel Folder, likewise for others also.
- os
- shutil
- matplotlib
- Clone the repo
- Change the folder path in the code
- Run Notebook.ipynb
Before โ all files mixed in one folder
After โ sorted into bmp_Files, xlsx_Files, txt_Files