Skip to content

mumbly/PyUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Some python utilities. Well, at this point, only 1.

=======================

FileDupeFinder - find duplicate files given a directory root. Does a
check for files that are hardlinked. Uses an md5 checksum to determine
identity, which may not be a perfect method. Does a first pass of files
that uses filesize to determine if there is a potential duplicate (much
faster than doing md5 sums initially), which is definitely not a perfect
method.

About

Some Python Utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published