import webbrowser
webbrowser.open('https://www.instagram.com/mehmet_dzgn025?igsh=MW1tM3ZuYXQ5ZWR3MA==')
import requests
import random
import os
os.system('pip install pyfiglet')
os.system('pip install requests')
os.system('pip install webbrowser')
os.system('pip install user_agent')...