Web Brower open

              Welcome to Web Brower open code.


This is web Brower open code. you can change the website then you change the URL.




import webbrowser

def Game_open():
#You can change the url but make sure you pasate the url inside " "
url = "https://www.crazygames.com/game/wrestle-bros"
webbrowser.open(url)

# Example usage:
Game_open()

Comments

Popular posts from this blog

Binary to Number converter.

Python Tkinter QR Code Generator

color guessing game with GUI using python