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.
- Sorts files by extension or other criteria
- Easy to use and modify
- Build instructions for standalone Windows executable
- Clone/download this repo
- Install dependencies:
pip install -r requirements.txt
- Run:
python main.py
OR
- Get the release version assuming I get it beneath GitHub's infantile 25mb limit.
See build_instructions.md
for steps to build a standalone Windows executable.
MIT License