cbabi2023/Cricket-Score-Tracker — reverse-engineered prompt
Reverse engineered prompt
Build me a simple desktop cricket score tracker in Python. I want a small GUI where I can see current live cricket matches, choose one match, and click a Check Score button to show the latest details for that match.
It should get the match information from Cricbuzz using web scraping, including team names, scores, match summary, and any useful heading or status text. Make it beginner friendly and easy to run from VS Code as a normal Python file, not just a notebook. Use a cricket themed background image called cric.png if it exists in the project folder, but don’t crash if it’s missing.
Please make the interface clean and simple, with clear labels, a match selector, and an area that updates with the selected match details. Add basic error handling for no internet, Cricbuzz layout changes, or no live matches being available. Look up current docs online if you need to.
Want more depth? Deep Reverse