hokse / Account-maker-instagram

import os lib = input(""" [1] Download lib & update [2] pass [+] Please Choice >> """) if lib == "1": os.system('pip install requests') os.system('pip install user_agent') os.system('cls' if os.name == 'nt' else 'clear') pass else: os.system('cls' if os.name == 'nt' else 'clear') pass import requests import random impo…
10Updated 3 years ago

Related projects

Alternatives and complementary repositories for Account-maker-instagram