Python Forum

Full Version: webpage input module
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need a small text based python program to open a website and allow the user to login by entering their username, password (and answer the security questions) to the site. The program needs to be able to take user input and place it into the correct html fields and simulate clicking the appropriate buttons/links. Thanks.
look into requests and pyautogui.