Python script to automatically organize files into folders
This is a Python script that automatically organizes files in a selected folder into categories such as Images, Documents, Videos, and more.
- Automatically sorts files by type
- Creates folders dynamically
- Improves system organization
- Saves time for manual file sorting
- Python
- OS module
- Shutil module
- Install Python on your computer
- Open the script and update the folder path:
folder_path = "C:/Users/YourName/Downloads"
Project tested successfully and working