🎯 Issue Description
Detect and handle duplicate files during organization to avoid overwriting.
🚀 What You'll Learn
- File hashing
- Duplicate detection algorithms
- User interaction
📋 Tasks
🛠️ Files to Modify
💡 Hints
- Use
hashlib for file hashing
- Read files in chunks for large files
- Provide clear duplicate information
🧪 Testing
# Create duplicate files
cp file1.txt file1_copy.txt
python py_sort.py ~/Downloads
📚 Resources
❓ Questions?
Feel free to ask questions in the comments or start a discussion!
🎯 Issue Description
Detect and handle duplicate files during organization to avoid overwriting.
🚀 What You'll Learn
📋 Tasks
🛠️ Files to Modify
py_sort.py💡 Hints
hashlibfor file hashing🧪 Testing
📚 Resources
❓ Questions?
Feel free to ask questions in the comments or start a discussion!