A Python tool that scans a folder and finds duplicate files.
- π Scans folder for duplicate files
β οΈ Shows list of duplicates found- ποΈ Option to delete duplicates
- β Error handling for invalid paths
python duplicate_finder.py- Run the program
- Enter folder path
- See duplicate files
- Choose to delete or keep them
- Python
- os module
Charan | Python Developer