This program runs your program and automatically searches up your error on StackOverflow. It opens up the first 3 results on the browser.
You would need to install requests by typing in the terminal:
$ pip install requestsYou would first have to change the path of the file you want to run. Use the constant variable at the top of the code.
You can run the code using
$ python autoerror.pyAdding better documentation for the code.