DEV Community

M Walter
M Walter

Posted on

I Packaged My Python Excel Scripts Into a $29 Product — Zero Marketing, Just Code

After writing the same Excel automation scripts for clients over and over, I said screw it — let me package them up.

What it does

  • Merge 50+ Excel/CSV files in one command
  • Auto-detect and fix missing values, outliers, duplicates
  • Generate an interactive HTML dashboard with charts
  • Handles Chinese/English column name mismatches

Stack

Python + pandas + openpyxl + Chart.js

Why sell it?

Every freelancer I know has a "scripts/" folder full of useful tools. Most never see the light of day. I decided to clean mine up, add docs, and put a price tag on it.

No SaaS. No subscriptions. Just a zip file you download and run.

👉 [Payhip link]

Would love feedback — what other boring tasks should I automate next?

Top comments (0)