An auditing sheet and Python utility that grew from a personal accountability tool into a shared review workflow.
Focus
Auditing sheet and reporting utility
Origin
Personal accountability tracking
Adoption
Trained next reviewers on the process
Tools
Python, Tkinter, Google Sheets
The reporting process for review work was disorganized, so I built an auditing sheet to track my own productivity and make sure completed work, rework, and exceptions were accounted for in one place.
I later paired the sheet with a Python utility that prepared the information for the report and returned it in a paste-ready format. Together, they gave other reviewers a consistent way to account for the same work.
Structured Review Log
The sheet kept completed work, rework, exceptions, and daily totals together. That made it easier to understand what had actually been completed, what still needed attention, and why the totals looked the way they did.
Sanitized reconstruction using fictionalized labels, values, and records. No original workbook, company data, formulas, or internal field names are reproduced.
Python Reporting Utility
The Python utility handled the repetitive preparation around the report and returned paste-ready results through a simple desktop interface.
This was also one of the first times I used generative AI to add interface features that I previously could only build through Bash scripts.
How It Became Leadership
The bigger part of the project was what it became. I trained the next people who moved into the role, helped them understand how to use the system, and became a trusted source when the numbers or process needed to be explained.
That became a pattern in my work: I would jump into a process, figure out the best way to make it work, and then share it with the people who came after me. This was one of the first times that process improvement turned into actual leadership responsibility.