File Metadata Comparison Script
New Prompt
10.0/10

Overall Feedback

This is a perfect prompt! You were very clear and organized. You even asked the AI to think before it acts.

google/gemini-3-flash

How Did Your Prompt Do?
Your Prompt
Act as a Senior Python Developer. I want to build a script to compare file metadata from an archive with mostly excel sheets, dwg files and pdf files. It should scan all folder and files and compare it with all other folders files. 1. First, tell me your plan for scanning deep folders. 2. Use Python 3.12. 3. Compare file name, size, and last modified date. 4. Show the results in a table. Example columns: | File Name | Folder Path | Size | Date | Match Type |. 5. Highlight duplicates and show which one is newer. 6. Handle errors if a folder is missing or if a file is locked. If you have any questions, please ask before writing code.