File Organizer

Overview

This Python script organizes files in a specified directory by grouping them into folders based on their file extensions.

Screenshot

image image image

Features

  • Lists files and directories in the specified path.
  • Separates files based on their extensions and organizes them into respective folders.
  • Creates new folders for each unique file extension.

Usage

  1. Clone the repository:
    git clone https://github.com/Kalprajsinh/file-organizer.git
  2. Navigate to the project directory:
    cd file-organizer
  3. Run the script:
    python file_organizer.py
    Follow the on-screen instructions to enter the path.

Requirements

  • Python 3.x