Downloaded Files Organizer
This Python script organizes files in your Downloads folder into specific directories based on their types (e.g., documents, music, images).
Description
This script scans your Downloads folder for files and moves them into designated folders based on their file types. It categorizes documents, music and audio files, images, and others accordingly.
Features
- Automatically organizes files in your Downloads folder.
- Supports organizing documents, music/audio files, images, and other files.
- Provides a pop-up alert after organizing files to notify the user.
Requirements
- Python 3.x installed on your system.
- Ensure you have permissions to create directories and move files in your Downloads folder.
Setup
- Clone the Repository:
git clone https://github.com/bennie-benjah/Downloaded-Files-Organizer.git cd Downloaded-Files-Organizer