
Fechado
Publicado
Pago na entrega
I want a lightweight, fully-automated Python script that keeps my Windows Downloads folder spotless while guaranteeing zero data loss. The tool must rely only on built-in Python modules so it stays secure and easy to run on any standard machine—no external dependencies, no installers. Core behaviour • Scan the Downloads directory, compute SHA-256 hashes, and locate duplicate files—even when they sit inside nested folders. • Detect duplicate folders as well; entire folder trees that share identical content should be treated as duplicates. • Move every duplicate—file or folder—into a separate “_Duplicates” location inside Downloads instead of deleting them outright. This preserves data and avoids accidental loss. If a name clash appears, apply smart renaming (e.g., file(1).ext) rather than overwriting. • For everything that is NOT a duplicate, sort items into a clear sub-structure right under Downloads (Documents, Media, Code, Archives, Executables, Other). • After cleanup, delete any empty directories that remain. • Finally, flush Windows temporary-file locations (the usual %TEMP% and friends) so I regain extra disk space. Operational notes – The script should run unattended: double-click and forget, with console logging that shows what was moved where. – It must finish in one pass; no interactive questions or confirmations. – Efficiency matters: please avoid rescanning blocks of data you have already hashed within the same run. Deliverables 1. A single .py file that meets the above spec and works on recent Windows versions. 2. A brief README explaining usage and any configurable constants (e.g., path overrides). 3. A small test report or video clip proving duplicate detection, safe moves, and temp-file cleanup. Timeline If I can review the first working draft within the next 24 hours and a polished version shortly after, that would be perfect; two days total is my hard limit. I’ll be available to clarify edge cases quickly so you can stay focused on coding.
ID do Projeto: 40177480
12 propostas
Projeto remoto
Ativo há 8 dias
Defina seu orçamento e seu prazo
Seja pago pelo seu trabalho
Descreva sua proposta
É grátis para se inscrever e fazer ofertas em trabalhos
12 freelancers estão ofertando em média ₹937 INR for esse trabalho

✔ I deliver a 100% ready-to-run Python automation script Workflow Diagram Downloads Scan ⟶⟶ SHA-256 Hash Calculation ⟶⟶ Duplicate Detection (Files & Folders) ⟶⟶ Move Duplicates to _Duplicates ⟶⟶ Organize Remaining Files by Type ⟶⟶ Delete Empty Directories ⟶⟶ Flush Temp Folders ⟶⟶ Console Log Summary Key Highlights ✔ Zero Dependencies — uses only Python built-in modules, ensuring maximum compatibility and security. ✔ Safe Duplicate Handling — moves duplicates to _Duplicates with automatic smart renaming to prevent overwriting. ✔ Folder-Level Deduplication — detects and moves entire duplicate folder trees. ✔ Organised File Structure — sorts all non-duplicates into Documents, Media, Code, Archives, Executables, and Other. ✔ Automatic Temp Cleanup — clears %TEMP% and related Windows temporary directories to recover space. ✔ Console Logging — shows each operation so you can audit what was moved, renamed, or deleted. ✔ Single-Pass Efficiency — avoids rescanning hashed blocks to save time. ✔ Unattended Operation — double-click and forget; no prompts required.
₹1.000 INR em 1 dia
0,0
0,0

Hello, I can build a fully automated Python script that cleans and organizes your Windows Downloads folder with zero data loss and no external libraries (built-in Python only). Features: • Scan full folder (including subfolders) and detect duplicates using SHA-256 hashes • Detect duplicate folders by comparing full file trees and hashes • Move all duplicates to _Duplicates folder (no deletion, no data loss) • Smart renaming if name conflict occurs (file(1).ext, folder(1), etc.) • Sort remaining files into: Documents, Media, Code, Archives, Executables, Other • Remove empty folders after cleanup • Clear Windows temp folders (%TEMP% and system temp) • One-click run, no prompts, with console logs of all actions • Efficient hashing — no repeated scans in same run Deliverables: Single .py file ready to double-click Short README with usage and path settings Test proof (video or report) Timeline: • First version within 24 hours • Final version within 48 hours (hard deadline) I focus on safe automation, clean code, and quick support for edge cases. Ready to start immediately.
₹799 INR em 2 dias
0,0
0,0

I will create a small, fully automated lightweight Python script with zero data loss to keep your Windows Downloads folder clean by using only built-in Python modules as requested. The script will: Recursively search for files in the Downloads folder. Then calculate SHA-256 hashes to find duplicate files, even if they have different file names. Find and identify duplicate folders by comparing complete folder trees and file hashes. Move all duplicates - both files and folders - safely into an _Duplicates folder, renaming intelligently to avoid overwrites. Organize non-duplicate items into clear categories: Documents, Media, Code, Archives, Executables, Other Remove empty directories after cleanup Flush standard Windows temporary locations to free up disk space The script should run unattended-double-click to execute-provide good console logging, and do all in one efficient pass with no need to re-hash data where avoidable. Deliverables include the following: One clean, well-commented .py file A short README file with usage and configuration notes A small test report or video showing duplicate detection, safe moves, and temp cleanups I can provide a working draft in no time and a polished final version in about 2 days, while doing fast turnarounds on edge-case clarifications.
₹900 INR em 1 dia
0,0
0,0

I can deliver a clean, fully-automated single-file Python script that keeps the Windows Downloads folder organized with zero data loss, using only built-in Python modules as requested. My approach: One-pass scan of the Downloads directory with SHA-256 hashing to identify duplicate files, including those inside nested folders. Folder-level deduplication by hashing full directory trees so identical folders are safely detected. All duplicates (files or folders) are **moved—not deleted—**into a _Duplicates directory, with intelligent auto-renaming to prevent overwrites. Non-duplicates are sorted into a clear structure (Documents, Media, Code, Archives, Executables, Other). Automatic cleanup of empty directories after sorting. Safe cleanup of Windows temporary locations (%TEMP%, etc.) to reclaim disk space. Console logging only—double-click and forget, no prompts, no confirmations. I’ll ensure hashing results are cached during runtime to avoid re-scanning data and keep performance tight. Deliverables will include: A single .py file A concise README with configuration notes A short test report or demo clip proving duplicate detection, safe moves, and temp cleanup I can provide a working draft within 24 hours and a polished final version well within your 2-day limit. Happy to clarify edge cases quickly and keep momentum high.
₹1.050 INR em 2 dias
0,0
0,0

I am a python developer with strong passion in learning new technologies and self-improvement. I have found a personal skill of using Ai as an assistant to work faster and solve complex bugs. I make sure client's project is working as expected and much friendly to use as you have mentioned.
₹1.050 INR em 5 dias
0,0
0,0

I can deliver a lightweight Python script that safely cleans the Windows Downloads folder using built-in modules only. The script will detect duplicate files and duplicate folder trees via SHA-256 hashing, move duplicates into a protected _Duplicates directory with safe renaming, organize remaining files by type, remove empty folders, and clean Windows temp locations. The solution will run unattended with clear console logs. I can share a working draft within 24 hours and a polished version shortly after.
₹1.200 INR em 7 dias
0,0
0,0

Hi, I’m new to this platform, so I’m intentionally offering the lowest possible price. My main goal right now is to build strong reviews by delivering reliable, high-quality work on time—not maximizing profit. I can deliver a single-file, fully automated Python (stdlib-only) cleanup script for Windows Downloads with zero data loss by moving duplicates into a “_Duplicates” folder (smart renaming on collisions), organizing non-duplicates into category folders (Documents/Media/Code/Archives/Executables/Other), removing empty directories, and cleaning Windows temp locations (%TEMP% etc.). Approach (efficient, one pass): Hash cache in-memory to avoid re-hashing same content Duplicate files by SHA-256; duplicate folders by deterministic tree signature (hash set/manifest) Safe moves only (no deletes except empty dirs + temp cleanup) Clear console logging (what moved where) Config constants at top + short README
₹600 INR em 2 dias
0,0
0,0

Hi, I understand you need a single, dependency-free Python script that safely cleans up the Windows Downloads folder while guaranteeing zero data loss. The script must detect duplicate files and folders using SHA-256 hashing, move duplicates to a dedicated “_Duplicates” directory (never delete), intelligently handle name collisions, and organize non-duplicate items into clear category folders. I will implement this using only Python’s built-in modules, with an efficient one-pass hashing approach to avoid unnecessary rescans. The script will handle nested folders, remove empty directories after cleanup, and clear Windows temporary-file locations. It will run unattended with clear console logging showing exactly what was moved and where. You will receive: A single, ready-to-run .py file compatible with recent Windows versions A short README explaining usage and configurable paths A brief test proof (video or report) demonstrating duplicate detection, safe moves, and temp-file cleanup I can share a working draft within 24 hours and deliver the finalized version within 2 days, and I’m available to clarify edge cases quickly during development. Thanks.
₹900 INR em 2 dias
0,0
0,0

Hello, I have reviewed your requirements and I can deliver exactly what you need. I will build a lightweight, fully automated Python script using only built-in Python modules. The script will safely scan the Downloads folder, detect duplicate files and folders using SHA-256 hashing, and move duplicates to a separate "_Duplicates" directory without deleting any data. Non-duplicate files will be cleanly organized into clear subfolders (documents, media, code, archives, executables, others). Empty folders will be removed, and Windows temporary files will be cleaned to free disk space. The script will run in a single pass, with no user interaction, and will print clear logs showing what was moved and where. I can deliver a clean Python file, a short README, and a test proof (report or video) within your timeline. Best regards, Sajad
₹900 INR em 2 dias
0,0
0,0

Hi there! I’ve reviewed your project details, and it’s clear that data integrity is your top priority. As a developer, I understand that an automation tool is only useful if it is 100% reliable—my goal is to give you peace of mind while keeping your system spotless. I will deliver a solution that meets all your requirements with a focus on these technical pillars: Digital Fingerprinting (SHA-256): The script won't just look at filenames; it will analyze the actual content of the files. This ensures that even if two identical files have different names, they will be correctly identified as duplicates. Robust "In-Use" Handling: When flushing the %TEMP% directories, I will implement error-handling blocks to ensure the script skips files currently locked by the OS without crashing or interrupted execution. Smart Collision Logic: To guarantee zero data loss, the _Duplicates folder will use an intelligent renaming system (e.g., file(1).ext) to ensure no file is ever overwritten. 100% Native & Secure: I will use only Python’s standard libraries (pathlib, hashlib, shutil), making the code lightweight, easy to audit, and ready to run on any standard Windows machine without extra installations. Timeline: First Working Draft: Within 12 hours. Final Delivery (Script + README + Proof Video): Within 24 hours. I am ready to start immediately and can clarify any edge cases you might have. Shall we proceed?
₹1.200 INR em 3 dias
0,0
0,0

Hi, I'm a software development student. While I don't have extensive knowledge, I'm confident I can create what you're asking for, and you can still give me feedback if I make a mistake.
₹1.050 INR em 7 dias
0,0
0,0

Hello, I am confident I would be a strong fit for this project because I focus on delivering high-quality work, clear communication, and on-time results. I take time to fully understand project requirements before starting, which helps avoid mistakes and ensures the final output matches your expectations exactly. I have hands-on experience in problem-solving, logical thinking, and working with deadlines, and I always aim for clean, efficient, and reliable results. I am responsive, open to feedback, and ready to make revisions until you are fully satisfied. My goal is not just to complete the task, but to add value to your project and build a long-term professional relationship. I am confident I can deliver accurate and professional results within the given timeframe. Looking forward to working with you. Thank you for your time and consideration.
₹600 INR em 1 dia
0,0
0,0

Kālpākkam, India
Membro desde jan. 25, 2026
₹600-1500 INR
₹600-1500 INR
$30-250 USD
$15-25 CAD / hora
£1500-3000 GBP
₹1500-12500 INR
$10-30 USD
$30-250 AUD
₹12500-37500 INR
$30-250 USD
$30-250 USD
₹600-1500 INR
$250-750 USD
€250-750 EUR
€8-30 EUR
$30-250 USD
$250-750 AUD
$30-250 USD
$30-250 USD
€8-30 EUR
$10-11 USD
$25-50 USD / hora