I am trying to become good at programming with python. So I decided to create some sort of password cracker and try to crack a password of a site I've created.
I have already created the cracker, but now I need a way to output the text into a input box on a website.
Is there anyway to go to a site with python 3.6, check if there's a input box. Write something into the input box. Then press ENTER?