Coders Packet

Directory Manager using Python

By SEETHAMRAJU VENKATA SAI SATHVIK

Organize files in a directory based on user-defined preferences. Set preferences, group files by extension, and move them to corresponding folders. Developed using Python.

File Organizer

The File Organizer is a Python program that allows users to efficiently organize files in a directory based on their preferences. It provides a simple and intuitive interface for managing and sorting files into designated folders.

Features

- Get the current preferences: View the existing file extension preferences and their corresponding folders.

- Set new preferences: Modify the preferences by adding or deleting file extension-folder pairs.

- Organize a directory: Automatically group files based on the specified preferences and move them to the respective folders.

- Credits/Feedback: Learn about the developer and provide feedback for the program.

Prerequisites

- Python 3.x

- Required modules: os, shutil, json, sys

Usage

1. Run the program by executing the main Python file.

2. Follow the on-screen instructions to navigate through the menu.

3. Choose the desired options to manage preferences or organize a directory.

Example

Messy Directory with random files

A sorted directory

Developer: SVS SATHVIK
Email: [email protected]

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by SEETHAMRAJU VENKATA SAI SATHVIK (sathviksvs)

Download packets of source code on Coders Packet