码迷,mamicode.com
首页 > 系统相关 > 详细

随机生成mac地址

时间:2021-02-17 14:53:26      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:open   imp   none   mac   join   一个   with open   splay   mac地址   

#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys
import string
import random
num=int(sys.argv[1])

#随机生成一个MAC地址
def creat_mac():
    MAC=41-AF
    hex_num=string.hexdigits
    for i in range(4):
        n=random.sample(hex_num,2)
        sn=-+‘‘.join(n).upper()
        MAC+=sn
    return MAC

#随机生成n个
def creat_mac1():
    with open(mac.txt,w)as f:
        for i in range(num):
            mac=creat_mac()
            print(mac)
            f.write(mac+\n)
creat_mac1()

 

 

随机生成mac地址

标签:open   imp   none   mac   join   一个   with open   splay   mac地址   

原文地址:https://www.cnblogs.com/lnote/p/14402818.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!