The File Organizer Script is a Python-based utility that helps users automatically organize files in a specified folder. The script sorts files into subfolders based on their file type, such as images, documents, and videos, making it easy to keep folders organized and clutter-free.
- Automatic File Sorting: The script organizes files into predefined categories (e.g., Images, Documents, Videos) based on file extensions.
- Customizable: Users can easily modify the script to include more file types and categories as needed.
- Cross-Platform: This script works on both Windows and macOS systems.
- Python: Core programming language.
- OS Module: For interacting with the file system.
- Shutil Module: For moving files between folders.
- Clone the Repository:
git clone https://github.com/your-username/file-organizer-script.git cd file-organizer-script