This project is a File Sorting System built using Python and Tkinter (GUI). It helps users organize files in a selected directory by:
🔹 Level 1: Sorting files by their file extensions in selected folder
🔹 Level 2: Sorting files inside folders in alphabetical order in selected folder and subfolders
🔹 Level 3: Combining both features in a user-friendly GUI
✔️ Sort files in any folder by file extension (e.g., .jpg, .pdf, .txt)
✔️ Alphabetically sort files in selected folders
✔️ Tkinter-based GUI for easy navigation
✔️ Works across Windows, Linux, and macOS
✔️ Zero dependencies (built using built-in libraries only)
Organizes files like this:
📂 Sorted/
├── Images/
│ ├── img1.jpg
│ └── pic2.png
├── Documents/
│ ├── file.pdf
│ └── notes.docx
Renames and sorts files inside folders:
Choose folders, run sorting, and see results — all through a simple graphical interface.
Let me know, and I’ll tailor the next step.