Atomar28/GrantExtraction ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python tool that automates the Northeastern University Net Price Calculator form and pulls out the final grant estimate.
I want it to take input values from a CSV or a simple data file, fill out each step of the form in the browser, move through the questions automatically, and then capture the resulting grant details at the end. Please make it reliable enough to handle the form flow without me clicking around manually, and save the extracted results into a clean CSV file.
If it helps, use Playwright and keep the script easy to run locally. I’d also like a simple local test setup so I can try the form logic without hitting the live site every time. If you need to look up current Playwright docs online, go ahead and do that.
Are you gonna build this?
make sure you review the code using arcumet