How To Open Any Website Using Python

 


In this post we are going to Open a website with the help of webbrowser. The webbrowser is a module in Python, which help us to open a website using Python. The webbrowser is used in automation in  big Python programs. If you don't know how to install webbroswer don't worry! I will help you to install webbrowser in your Python. Type "pip install webbrowser" in command prompt or terminal.

Let us see what the code of opening website in Python

Here is the code:

import webbrowser
webbrowser.open('https://codeswithanmol.blogspot.com')  # Go to Code With Anmol
website

We will meet again in another post. Stay Safe, Keep Learning.

Post a Comment

Previous Post Next Post