Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 738 Bytes

File metadata and controls

26 lines (18 loc) · 738 Bytes

ShittyFileFolderSorter

A simple and terrible Python tool to sort files into folders based on custom rules or extensions. Ideal for messy download folders. Allows seperation of images and videos as well as undo functionality if you are unhappy with the result.

Features

  • Sorts files by extension or other criteria
  • Easy to use and modify
  • Build instructions for standalone Windows executable

Usage

  1. Clone/download this repo
  2. Install dependencies: pip install -r requirements.txt
  3. Run: python main.py

OR

  1. Get the release version assuming I get it beneath GitHub's infantile 25mb limit.

Build as EXE

See build_instructions.md for steps to build a standalone Windows executable.


License

MIT License