File Organizer
Overview
The File Organizer is a Python script designed to help users tidy up a specific directory by sorting files into subfolders based on their file types. This tool is ideal for organizing cluttered folders like Downloads or Desktop by automatically categorizing files such as images, documents, videos, and more.
Purpose
The primary goal of this program is to:
Keep directories organized by grouping files into relevant categories.
Save time and effort by automating the file organization process.
Improve productivity by reducing clutter in frequently used directories.
Running the Script
Open your terminal or command prompt.
Navigate to the directory where the file_organizer.py script is located.
Run the script by entering the following command:
python file_ord.py
Enter the Directory Path: When prompted, provide the path to the directory you want to organize.
Enter the directory path you want to organize
The program will scan the directory and move files into appropriate subfolders.