Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 879 Bytes

File metadata and controls

34 lines (25 loc) · 879 Bytes

📂 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