Hi there! I'm Nitya Tiwari, and this is DESTINII — a Python-based desktop app that automatically organizes files in a folder based on their types. This project helped me explore file handling, GUI development using Tkinter
- Organizes files into categories like:
pdf_filestext_filesimagesmiscs(videos, music, etc.)others- Automatically creates folders and moves files
- Displays logs of all moved files
- Clean and simple GUI using Tkinter
- No external dependencies (runs standalone)
- Python 3.x
- Tkinter for GUI
- shutil & os for file handling
- ScrolledText for log display