๐Ÿ›  Windows Dev Toolkit

4 powerful CLI utilities that save you hours of manual work. No bloat, no dependencies, just tools that work.

๐Ÿ”ฅ Get the Toolkit

Pay what you want โ€” $5 suggested. Your support keeps these tools maintained.

$5 one-time
Buy Now with PayPal

or send any amount โ†’ paypal.me/quisware

๐Ÿ“‚ Batch Renamer

Rename hundreds of files in seconds. Add prefixes, suffixes, number sequences, replace text, filter by extension. Dry-run mode to preview before committing.

python src/batch-rename.py ./photos --prefix "vacation_" --extension .jpg --dry-run

๐Ÿ” Duplicate Finder

Scan any directory for duplicate files using MD5 hashing. See wasted space, move dupes to a folder, or delete them. Smart confirmation prompts prevent accidents.

python src/find-dupes.py ./downloads --min-size 1024

๐Ÿ— Project Scaffolder

Generate ready-to-code project boilerplate in seconds. Choose from Python, web, or CLI templates. Optional git init with first commit included.

python src/scaffold.py my-api --type python --git

๐Ÿ’ป System Info

Quick system snapshot: CPU, memory, disk usage, network IP, kernel version. One command, clean output, no installers.

./src/env-info.sh

Why this toolkit?

Also available free on GitHub:

github.com/Drip3m/windows-dev-toolkit