This project automates the task of organizing files in a folder based on their file types using Python.
- Automatically organizes files into subfolders like
Documents,Images,Videos, etc. - Supports user input to select any folder path.
- Counts and displays how many files were moved to each category.
- Handles unknown file types by placing them in an
Othersfolder.
- Make sure Python 3.x is installed on your machine.
- Open terminal or command prompt.
- Run the script:
python file_organizer.py