This Python script organizes files in a specified directory into categorized subdirectories based on their file types such as documents, pictures, videos, compressed files, and audio.
- Python 3.x
- Clone the repository or download the script file.
- Ensure you have Python installed on your system.
- Run the script in your terminal or command prompt.
- Enter the directory path you want to organize when prompted.
- Sit back and watch as your files are organized into appropriate folders within the specified directory.
- Automatically creates subdirectories for different file types.
- Moves files into respective directories based on their file types.
- Ensure that you have the necessary permissions to create directories and move files in the specified directory.