Reverse engineered prompt

GitHub

Build me a simple local Python app for organizing a daily route from the Tramites.xlsx spreadsheet.

I want to open the app, load the spreadsheet data, and see the items for the day in a clear order so I can follow what needs to be visited or handled. It should be easy to search, filter, and mark things as done, and I should be able to update basic information without having to edit the Excel file by hand every time. If it fits the data, show a simple summary of what is pending and what is already finished so the day is easier to manage.

Please keep the interface clean and straightforward for someone non technical. If the spreadsheet structure is not perfectly obvious, inspect the file and make sensible choices based on the columns that are there instead of hardcoding the wrong assumptions. Set up whatever is needed so I can run it locally and test it right away. Look up current docs online if you need to.

Have a live product UI? Try website reverse