Waters1x1/MLB-Strikeout-Projection-Calculator ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple Python command line app that helps me estimate how many strikeouts a MLB pitcher might get against a specific opposing team.

I want it to ask for a pitcher’s full name, a strikeout line like 6.5, and the opposing team’s abbreviation. Then it should pull live MLB stats, find the pitcher, find the team, and calculate a projection based on their season numbers. Please print the pitcher’s key stats, the team’s strikeout tendency, the projected strikeouts, and clearly say whether the pitcher is expected to go over or under the benchmark.

Make it clean and easy to run from the terminal, with helpful error messages if the player or team cannot be found. If you need to, look up the current MLB stats API docs online so the data lookup works properly.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab