This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: KQk5kozNKU5vTSP8Yj2ItooBECybDAipx6xxPsQHGRQ
Cover

How to Remove all Duplicate Files on your Drive via Python

Written by @kalebujordan | Published on 2020/10/13

TL;DR
How to Remove all Duplicate Files on your Drive via Python using Python programming. Python programming can ultimately save a lot of space on your drive by removing all the duplicates. We are going to use Python's OS deleting tool to remove all the duplicate files on our drive. We will use the Python standard library to use hashlib to hash a string in Python using md5 and hexdigest to generate a binary hash of a given file. The value of the generated hash doesn't change as long as it's the same file.

[story continues]


Written by
@kalebujordan
I'm a Mechatronics engineer | Pro Python Developer | AI Enthusiast

Topics and
tags
python-programming|python-tutorials|learn-python|python-project|python3|python|python-skills|python-tips|web-monetization
This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: KQk5kozNKU5vTSP8Yj2ItooBECybDAipx6xxPsQHGRQ