Skip to content

This project is a simple Python script that automates organizing files in a specified directory (e.g., your Downloads folder) by sorting them into subfolders based on file extensions

License

Notifications You must be signed in to change notification settings

kaygaaf/Kayo-FileOrganizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Automatic File Organizer 🗂️

A Python script to automatically sort files in a directory into subfolders based on their extensions. Say goodbye to cluttered folders! I personally use this after photo and videoshoots to automatically sort raw/jpg and video files by letting it auto run when connecting the SD card.

Screenshot 2025-08-05 at 15 40 55

Features

  • Scans a directory for files.
  • Creates subfolders for each file type (e.g., "Images" for .jpg, .png).
  • Moves files into the appropriate folders.
  • Ignores directories and hidden files.
  • Customizable extensions and folder names.

Installation

  1. Clone the repo: git clone https://github.com/kaygaaf/Kayo-FileOrganizer
  2. Navigate to the directory: cd Kayo-FileOrganizer

Usage

Edit the extension_map dictionary in Kayo-FileOrganizer.py to group extensions (e.g., combine .jpg and .png into "Images").

Run the script with a directory path:

python Kayo-FileOrganizer.py /path/to/your/directory

About

This project is a simple Python script that automates organizing files in a specified directory (e.g., your Downloads folder) by sorting them into subfolders based on file extensions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages