Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 765 Bytes

File metadata and controls

28 lines (18 loc) · 765 Bytes

Automated File Sorter 🗂️

📌 About

This is a Python Project which can Sort the files present in your folder based on its type(.xlsx, .bmp, .txt etc).

Case Study

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.

🛠️ Libraries Used

  • os
  • shutil
  • matplotlib

▶️ How to Run

  1. Clone the repo
  2. Change the folder path in the code
  3. Run Notebook.ipynb

📂 Folder Structure

Before → all files mixed in one folder

After → sorted into bmp_Files, xlsx_Files, txt_Files