Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 574 Bytes

File metadata and controls

25 lines (19 loc) · 574 Bytes

Python File Organizer

A beginner Python automation project that automatically organizes files in the Downloads folder.

Features

  • Automatically detects file types
  • Creates folders for Images, Videos, PDFs, and Documents
  • Moves files into their correct folders
  • Simple automation using Python

Technologies Used

  • Python
  • OS module
  • Shutil module

How It Works

The script scans the Downloads folder and moves files into categorized folders like Images, Videos, PDFs, and Documents.

Run the Project

python organizer.py

Author

Shalu Singh