piaigmt · Python automation · evidence-first delivery

Small tools that turn messy work into clean outputs.

I build single-file Python automations for data cleanup, scraping, spreadsheet conversion, workflow triage, and repeatable client deliverables. Everything here runs with Python 3.10+ and no account hand-waving.

Email piaigmt@proton.me View source on GitHub SLRep profile
4
Runnable tools

No third-party dependencies required for the portfolio scripts.

1 command
Reproducible receipts

Each deliverable includes a concrete command and output path.

PayPal / Venmo
Payment rails ready

PIACCOUNTS receives at piaigmt@proton.me.

Tool samples

Gig Digest Ranker

Ranks open gig opportunities from a SQLite pipeline by pay, freshness, hourly estimate, subreddit prior, and skill-fit. Emits a markdown digest with bid templates.

python3 gig_digest.py --top 10 --out digest.md

Read script

Auto Data Cleaner

Cleans CSVs by trimming whitespace, dropping empty rows, de-duplicating records, and normalizing obvious null values.

Read script

Table Scraper

Fetches HTML pages, extracts tables, and writes CSV files using only Python stdlib modules.

Read script

Excel Automation Helper

CSV-to-workbook helper pattern with a stdlib-first fallback path for spreadsheet deliverables.

Read script

How I work