Skip to content

Python-based utility that helps users automatically organize files in a specified folder. The script sorts files into subfolders based on their file type, such as images, documents, and videos.

Notifications You must be signed in to change notification settings

eincagle/file_organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

File Organizer Script

Overview

The File Organizer Script is a Python-based utility that helps users automatically organize files in a specified folder. The script sorts files into subfolders based on their file type, such as images, documents, and videos, making it easy to keep folders organized and clutter-free.

Features

  • Automatic File Sorting: The script organizes files into predefined categories (e.g., Images, Documents, Videos) based on file extensions.
  • Customizable: Users can easily modify the script to include more file types and categories as needed.
  • Cross-Platform: This script works on both Windows and macOS systems.

Technologies Used

  • Python: Core programming language.
  • OS Module: For interacting with the file system.
  • Shutil Module: For moving files between folders.

How to Run the Project

  1. Clone the Repository:
    git clone https://github.com/your-username/file-organizer-script.git
    cd file-organizer-script

About

Python-based utility that helps users automatically organize files in a specified folder. The script sorts files into subfolders based on their file type, such as images, documents, and videos.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages