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.
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.
- 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.
- Python 3.x
- Required modules: os, shutil, json, sys
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.
Submitted by SEETHAMRAJU VENKATA SAI SATHVIK (sathviksvs)
Download packets of source code on Coders Packet
Comments