Daily Python utilities — small, self-contained helpers I keep rewriting while doing IT operations, DBA work, and automation.
Each file is copy-pasteable: drop into a project, adjust constants, ship.
| Date | Snippet | What |
|---|---|---|
| 2026-04-25 | excel-autosize-cols | Auto-fit openpyxl column widths to content |
A steady GitHub activity stream and a personal library of small utilities — grep-able, version-controlled, no ~/scripts/temp.py graveyard.
- Filename:
YYYY-MM-DD-short-name.py - Header: docstring with motivation, usage, dependencies
- Size: keep it under ~80 lines — if it grows past that, it deserves its own repo
- No frameworks: stdlib + one or two PyPI packages, max
- Runnable: every snippet should run as
python snippets/<file>.pyor be importable
MIT — see LICENSE. Use freely.
