Skip to content
View TommyTuoTone's full-sized avatar
😀
😀

Block or report TommyTuoTone

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. PassGeneratorwithGui PassGeneratorwithGui Public

    python password generator with GUI

    Python 1

  2. python parse ipconfig command python parse ipconfig command
    1
    import subprocess
    2
    import re
    3
    
                  
    4
    def get_interfaces():
    5
        output = subprocess.check_output("ipconfig /all").decode("utf-8")  # Decode bytes to string