I was helping a friend set up a list for our community potluck, and it was a mess with texts and emails. So I decided to write a simple Python script to organize the responses. It took me forever to figure out how to read from a CSV file, but I got it working. Has anyone else built small tools for common problems? What was your first project?
Omg yes, I made a script to sort my mom's scanned receipts last year. She had hundreds of PDFs named weird stuff like "scan123". I wrote a Python thing to pull the dates from the text and rename them all. Felt like magic when it finally worked.