Get your MAC address using the uuid module Mahabubur Rahman Published on Sep, 26 2024 1 min read 0 comments #uuid #mac Code - import uuid mac = uuid.getnode() print(hex(mac))Output - 0x1a7dda7113 0 Comments Login