Skip to content

Ashish-0941/Automatic-File-Sorter-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

📂 Automatic File Sorter using Python

This project is a simple yet effective Python automation tool that organizes files in a directory into separate folders based on their file types.


🚀 Features

  • Reads all files from a specified directory
  • Automatically creates folders if they do not exist
  • Sorts files into:
    • CSV Files
    • Text Files
    • Image Files
  • Eliminates manual file organization

🛠️ Technologies Used

  • Python
  • os module (directory & path handling)
  • shutil module (file movement)
  • Jupyter Notebook

📌 How It Works

  1. The script scans the target directory.

  2. Checks for specific file extensions (.csv, .txt, .png).

  3. Creates folders if they are missing.

  4. Moves files into their respective folders automatically.

    git clone https://github.com/your-username/Automatic-File-Sorter-Python.git

About

Automated file organization by categorizing files into folders using Python’s os and shutil modules, improving efficiency and directory management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages