Remove Duplicate Files with Python
Level: Real-World
Project Brief
Your task for this project is to write a Python script that looks in a folder and removes duplicate files.
Project Instructions
Download these files and place them in an empty directory. Some of those files are duplicates.
Write a Python script that removes the duplicate files located in that directory.
Note that the script should work with both binary (i.e., text files) and non-binary files as well.
Environment Setup Instructions
Keep reading with a 7-day free trial
Subscribe to Daily Python Projects to keep reading this post and get 7 days of free access to the full post archives.


