Skip to content

sasikanth6076/Automated-File-Sorter-in-File-Explorer-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

27 Commits
ย 
ย 
ย 
ย 

Repository files navigation

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

About

Python automation script to sort files by type using os and shutil

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors