honeyvig/AutoCreateGmailAccount ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python tool that uses Selenium and Chrome to walk through the Gmail sign up flow and create a new account for practice and testing.
I want it to open the browser, fill in the basic form fields, and let me easily change things like the name, username, password, birth date, and other details from one place in the code. If there are spots where Google usually asks for manual input or a verification code, leave those as a clear pause so I can handle them myself. Please make it easy to run from the command line, and add a short README that explains how to set up Chrome Driver and the right Selenium version so it actually works.
If the current flow has changed, look up the latest Gmail signup steps online and adjust the automation as best you can. Keep it simple, readable, and only for small scale personal use.
Are you gonna build this?
make sure you review the code using coderabbit