Skip to content

Conversation

sangampaudel530
Copy link

@sangampaudel530 sangampaudel530 commented Oct 15, 2025

Pull Request: Add smart_file_organizer.py Script

Title

Add smart_file_organizer.py script to automate file organization

Description

Summary

Added a new Python script smart_file_organizer.py to the repository. This script organizes files in a specified directory into categorized subfolders based on file type. Categories include Images, Documents, Videos, Audios, Archives, Scripts, and Others.

Features

  • Automatically creates folders for each file category if they don't exist.
  • Moves files into the appropriate category folder.
  • Can run once or repeatedly at specified intervals using --interval.
  • Provides informative console logs about moved files and errors.

Usage

python smart_file_organizer.py --path "C:\Users\YourName\Downloads" --interval 0

closes #2932

@sangampaudel530
Copy link
Author

proof of working
Screenshot 2025-10-15 100251
Screenshot 2025-10-15 095216
Screenshot 2025-10-15 095204
Screenshot 2025-10-15 095153

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Smart File Organizer utility script for automatic file categorization

1 participant