Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

File Organizer

Status: Archived personal utility (2023). Preserved as part of my early automation projects; not actively maintained.

A small Python utility created to solve a concrete local file-management problem: identify duplicate files, help choose which copy to keep, and remove empty directories.

What it does

  • scans a target path for duplicate files;
  • lets the user choose which copy to keep;
  • includes special handling for a historical backup-folder workflow;
  • removes empty directories with a separate script.

Safety note

This project performs destructive file operations and predates the stronger safety guards I use in newer projects. Back up important data and review the source before running it.

Usage

  1. Install Python.
  2. Download or clone the repository.
  3. Set the target path in the script.
  4. Run the relevant script and review every deletion choice carefully.

Why keep this repository public?

It records an early stage of my maker workflow: when repetitive personal tasks became annoying enough, I started writing small tools instead of continuing to do them manually.

License

MIT.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages