Popular repositories Loading
-
Find-wifi-password
Find-wifi-password Publicimport subprocess data = subprocess.check_output(['netsh', 'wlan', 'show', 'profiles'], shell=True).decode('utf-8').split('\n') profiles = [i.split(":")[1][1:-1] for i in data if "All User Profile"…
-
World-time
World-time Publicimport pytz from datetime import datetime ist = pytz.timezone('Europe/Istanbul') nw = pytz.timezone('America/New_York') lnd = pytz.timezone('Europe/London') print() print('Istanbul Saati : ', datet…
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.