This Python script organizes files in a specified directory by grouping them into folders based on their file extensions.
- 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.
- Clone the repository:
git clone https://github.com/Kalprajsinh/file-organizer.git
- Navigate to the project directory:
cd file-organizer
- Run the script:
Follow the on-screen instructions to enter the path.
python file_organizer.py
- Python 3.x