Sagot :
Cevap:
Elbette
Açıklama:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import time
Print("""Bu Algoritmanın amacı IP adresini otomatik değiştirmektir""")
sure = input("IP Değişim Süre(saniye) : ")
os.system("anonsurf start")
os.system("clear")
print("Yeni IP Adres :")
print("-----------------------------")
os.system("curl icanhazip.com")
print("-----------------------------")
while True:
time.sleep(sure)
os.system("anonsurf restart")
os.system("clear")
print("Yeni IP Adres :")
print("-----------------------------")
os.system("curl icanhazip.com")
print("-----------------------------")
Thank you for visiting our website wich cover about Bilgisayar. We hope the information provided has been useful to you. Feel free to contact us if you have any questions or need further assistance. See you next time and dont miss to bookmark.