ayushiiaggarwall/Fantasy-Cricket-League-Game-Using-Python — reverse-engineered prompt
Reverse engineered prompt
Build me a simple fantasy cricket game in Python where a user can create a virtual team from real cricket players, save it, open it later, delete it if needed, and evaluate the team score based on match performance.
I want it to feel like a small desktop app with a clean home screen and clear buttons for creating a new team, opening an existing team, evaluating a team, deleting a team, and reading instructions. The team creation screen should let the user pick players, manage the team within the allowed limits, and store the saved teams in a local database. The evaluation part should calculate points for the chosen players using cricket stats and show the total score so the user can compare teams and try to get the highest rank.
Please keep it easy to run from main.py, include the database setup if needed, and make the interface beginner friendly. Look up current docs online if you need to.
Want more depth? Deep Reverse