/File-Sorter

A program to automatically organizes Downloads directory by sorting files into folders based on their type.

Primary LanguagePython

File Sorter

Overview

File Sorter is a Python application that helps you keep your Downloads directory clean and organized. It automatically sorts files into specific folders based on their types (extensions).

Functions

  • Automatic sorting of files into folders by their type (extension).
  • Supports a wide variety of file types including documents, programs, scripts, videos, images, music, and compressed files.
  • Runs in the background with a system tray icon.

Requirements

This program requires the following Python packages:

  • os
  • time
  • shutil
  • threading
  • PIL (Pillow)
  • pystray
  • watchdog
  • pywin32
  • winshell

Disclaimer

This program moves files in your Downloads directory. Make backups before running the program.