Skip to content
View Medullaa's full-sized avatar

Block or report Medullaa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Snake Snake Public

    Snake game

    1 6

  2. Find-wifi-password Find-wifi-password Public

    import 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"…

    1 7

  3. QRcode QRcode Public

    #pip install pypng #pip install pyqrcode #pip install pillow #pip install pyzbar # Yukarıdaki komutlarla kütüphaneleri indirebilirsiniz. # QR Kod okuma from pyzbar.pyzbar import decode from PIL imp…

    1 8

  4. World-time World-time Public

    import 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…

    1 7

  5. NFT-delete NFT-delete Public

    Forked from stamper42/NFT-delete