Developed a desktop application using Python that automatically organizes files into separate folders based on their file type (such as Images, Documents, Videos, and PDFs). The tool scans a selected directory, creates folders if needed, and moves files accordingly, making file management faster and reducing manual effort. Built using Python, Tkinter, and the shutil and os libraries.