tahalikescoding/Balon-dor-Analysis-2000-2025 ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple Python app that reads a Ballon d Or winners CSV from 2000 to 2025 and lets me explore the data in a clean way.

I want to be able to see winners by country and club, how often each player won, and who won in each year. It should also let me search for a club, a country, or a specific player and season, then show the matching stats. If possible, add ways to sort the seasons by goals, assists, goal contributions per game, and trophies, plus a way to compare two winning seasons side by side. I also want a custom grading option so the data can be ranked using my own scoring rules.

Make it easy to run from the command line and keep the output clear and readable. If anything about the data format is unclear, inspect the CSV and adapt to it.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab