生成mac地址

pymacgen的Python项目详细描述


生成mac地址

如何

…安装

# from pypi
pip3 install pymacgen
# from github
pip3 install git+https://github.com/smthnspcl/pymacgen
# if this repo has been cloned
pip3 install .

…从cli使用

^{pr2}$
{EH8$使用代码
frompymacgenimportMACGenerator# these do not need instantiation of the MACGenerator classprint(MACGenerator.by_mac(str("EA:7B:EE:FB:01:42")))print(MACGenerator.by_prefix("42:06:66"))# these utilize the pyoui library, so instantiation of the MACGenerator class is neededm=MACGenerator("/tmp/oui.txt",True)# by company name examplesprint(m.by_organization("national security agency"))print(m.by_organization("samsung"))# by country name examplesprint(m.by_country_code("DE"))print(m.by_country_code("CN"))# by country code examplesprint(m.by_country_name("Germany"))print(m.by_country_name("China"))

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何用处于相同位置的另一个JPanel替换一个JPanel?   java为什么我的while循环只对某些嵌套的“if”语句有效,而对其他语句无效?   java有人能告诉我为什么我的程序不能工作吗?   如果回答不正确,java QandA程序循环A   java在JDBC的查询WHERE子句中指定变量名   java不能在泛型方法中的数组传递中使用arr.length   java安卓如何从hashmap中获取整数值   数组获取Java中低于指定值的所有值   java将变量从action类(Struts 2)传递到JSP   java GAE检测localhost或appspot上的运行位置   试图通过WALA:java插入源代码时出现eclipse插件异常。lang.ClassFormatError:StackMapTable格式错误:属性大小错误   java我可以在没有Web服务的情况下直接从Android查询MySQL数据库吗?   java如何使用Servlet批量上传PDF文件并保存到MySQL?   swing是否有一种将JavaBean添加到javafx场景的方法   java同步stringbuffer的用途是什么   异步任务中的java空指针异常   jsf-java。lang.NoClassDefFoundError:javax/faces/context/FacesContext