Comments and cleanup; resuming this project

This commit is contained in:
Thomas Wilczynski 2025-11-04 13:14:16 -08:00
commit fafa69202b
5 changed files with 213 additions and 96 deletions

View file

@ -4,7 +4,17 @@
## Description
A simple file sorter app, built with the Python TKinter library. This is my first real Python project, after many useless scripts and experiments.
A simple file sorter app, built with the Python TKinter library. It can automatically move, copy, or delete files from a given directory, based on file types. For example, maybe your Downloads folder is cluttered with a bunch of useless files, but you want to keep the image files by moving them into your Pictures folder. This app can help you move the images and delete the junk, all in one click (after a bit of setup).
Other use cases:
- Moving all video files out of your camera roll
- Copying only certain types of documents into a backup folder
- TODO: Grouping all of your photos into separate folders, by year
This is my first real Python project, after many unimportant scripts and experiments. I really needed a project like this in my portfolio, even if it's not truly amazing.
## Installation