Skip to content

alishba-khalid/-File-Organizer-Python-Automation-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 

Repository files navigation

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

About

A simple Python script that organizes files in a selected folder by file type.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages