How do I submit a create a new Google account using python?

hcba

New Member
Ok, so I want to make a cmd line account maker. It shows you the ReCapatcha using PIL.Image.Image.show() and submits the request to google after you enter all the information. I've never been very good at JavaScript or HTML, so I coulden't make right or left of the code on the accounts.google.com/SignUp page. What is the url I would submit the request to, and what request would it be? Thanks!
 
Back
Top