Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.11 KB

File metadata and controls

56 lines (38 loc) · 1.11 KB

🗂️ Smart File Organizer using Python

A simple, beginner-friendly Python script to organize files in any folder into categorized subfolders like Images, Documents, Videos, Audio, Archives, and more.


✅ Features

  • Automatically detects file types by extension
  • Organizes files into folders (e.g., Images/, Documents/, Videos/)
  • Works on Windows, macOS, and Linux
  • No external libraries required

📁 Folder Example (After Organizing)

Downloads/
├── Images/
├── Documents/
├── Audio/
├── Videos/
├── Archives/
├── Scripts/
└── Others/

🚀 How to Run

1. Clone or Download this repo:

git clone https://github.com/yourusername/file-organizer-python.git
cd file-organizer-python

2. Run the script:

python file_organizer.py

Then enter the full folder path you want to organize.


📦 Requirements

No external dependencies. Python 3.x is required.


💼 Freelancer Tip

This tool is perfect for clients who want to clean messy folders, automate file management, or organize downloaded data.