Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 1.42 KB

File metadata and controls

69 lines (42 loc) · 1.42 KB

File Organizer – Python Automation Tool

Tired of a messy "Downloads" folder? This Python script automatically organizes files into folders by type — saving you time and boosting your productivity.

Features

  • Sorts files into folders (PDFs, Images, Videos, Music, Docs, etc.)
  • Automatically creates folders if they don't exist
  • Handles unknown file types
  • Works on Windows (Drag & drop or enter your path)
  • Easy to customize or extend

How It Works

  • You give the script a folder path
  • It scans all files
  • Then sorts them based on their file extensions (like .pdf, .mp4, .jpg)
  • It creates folders and moves files there automatically

Setup

  1. Make sure you have Python installed (3.6+)
  2. Clone the repo
git clone https://github.com/alishba-khalid/-File-Organizer-Python-Automation-Tool.git
  1. Run the script
python file_organizer.py
  1. Enter the full path to the folder you want to organize (e.g., C:\Users\YourName\Downloads)

Tech Used

  • Python 3
  • OS Module
  • Drag & drop functionality (cross-platform)

Use Cases

  • Clean your Downloads folder
  • Organize old project folders
  • Manage shared drives or USBs
  • Speed up digital workspace productivity

Author

👩‍💻 Alishba Khalid Python Developer | Automation Enthusiast GitHub Profile 🌍 Available for freelance Python automation projects