Project Title: Greedy Cat Result Logger with Hot Item Tracking (Screen Detection Tool) Project Description: I need a desktop program that monitors an Android emulator screen (LDPlayer or BlueStacks) while running the Greedy Cat game inside the Xena Android application. The tool should automatically detect the result icon after each round by visually reading the emulator screen. It must not require access to the game source code or modification of the application. This program will work purely through screen capture and image recognition. Main Goal: Automatically detect result icons from the emulator screen, log them, and generate statistics. The tool should run continuously and record results automatically without any manual input. Core Requirements: 1. Screen Monitoring The program must capture and monitor the screen of the Android emulator (LDPlayer or BlueStacks). It should watch a specific region of the screen where the result icons appear after each round. 2. Automatic Icon Detection The tool must visually detect the result icon after each round using image recognition. Examples of icons that must be detected include: - Tomato - Carrot - Fish - Pizza - Corn - Salad - Meat - Lettuce - Chicken (or similar food icons if present) The detection should work reliably even after many rounds. 3. Automatic Result Logging After each round: - the program detects the result icon - records the result automatically - increments the round counter No manual clicking or manual input should be required. 4. Hot Item Tracking Another important requirement is tracking the current "Hot" item. The tool must detect the Hot item displayed in the interface and record what actual result appears after it. Example scenarios: Hot Tomato → Result Corn Hot Tomato → Result Chicken Hot Fish → Result Pizza The program should store this relationship for each round. 5. Data Storage All data must be saved automatically into a file such as: CSV or Excel Example structure: Round | Hot Item | Result 1459 | Tomato | Corn 1460 | Tomato | Chicken 1461 | Fish | Pizza 6. Statistics Window The program should include a statistics window similar to the Greedy Cat statistics example. The interface should show: • history of results as icons • number of times each item appeared • percentage statistics • hot items frequency • total rounds • recent results 7. Result History Display The program should show the recent results visually as icons (like a timeline of previous rounds). Example: 8. Continuous Operation The tool must run continuously and monitor the game automatically. It should: - detect each new round - log results in real time - update statistics No user interaction should be required. 9. Technology Suggestions The developer may use technologies such as: Python OpenCV Image Recognition / Template Matching Screen Capture 10. Deliverables At the end of the project I expect: • a fully working desktop application • Windows executable file (.exe) • simple instructions on how to run the tool The program should work with both LDPlayer and BlueStacks emulators. Important Notes: This project does NOT require game source code or integration with the Xena application. The tool only needs to read the emulator screen and detect icons visually.