Latest version
- Mac Address Generator Usa
- Random Mac Addresses
- Random Mac Generator Vendor
- Generate A Random Mac Address
- Local Mac Address Generator
Released: How to play android apps on pc.
A utility that generates 12-digit mac addresses; either the NIC portion or full 12-digit MAC. The optional -f argument will return a random 12-digit MAC address that can be identified by the locally administrated address (LAA) format. This means you will always see x2, x6, xA, or xE at the beginning of a MAC address generated by randmac. Random Locally Administered Unicast MAC Address: 3a:4a:24:c1:02:96 3a-4a-24-c1-02-96. Address Scope.
- About MAC Address Generator. The MAC Address Generator is used to generate a random MAC address, in lower or upper case for your convenience. The tool can generate four most commonly used types of MAC address formats and it is also allowed to specify your preferred MAC address prefix (specific OUI – Organizationally Unique Identifier).
- Random MAC address generator. GitHub Gist: instantly share code, notes, and snippets.
a random 12-digit mac address generator
Project description
a utility that generates 12-digit mac addresses; either the NIC portion or full 12-digit MAC.
the optional -f
argument will return a random 12-digit MAC address that can be identified by the locally administrated address (LAA) format. This means you will always see x2
, x6
, xA
, or xE
at the beginning of a MAC address generated by randmac.
to install with pip:
pip install randmac
Python >3.2 required.
Supported MAC address formats:
- MM:MM:MM:SS:SS:SS
- MM-MM-MM-SS-SS-SS
- MM.MM.MM.SS.SS.SS
- MMMM.MMSS.SSSS
- MMMMMMSSSSSS
where M
stands for the manufacturer or vendor, and S
stands for the NIC specific portion.
requires a mac address as input. it is used to determine what the output format should be.
Mac note taking app with touchbar. you can from randmac import RandMac
and use it like RandMac('00:00:00:00:00:00')
.
from a terminal (if the randmac.py is in your path and executable) you can use $ python3 randmac.py 00:00:00:00:00:00
to get a generate a new NIC portion, or $ python3 randmac.py 00:00:00:00:00:00 -f
to generate a new 12-digit LAA MAC.
or
license can be found here.
Release historyRelease notifications | RSS feed
0.0.2
Mac Address Generator Usa
0.0.1
Download files
Random Mac Addresses
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Random Mac Generator Vendor
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size randmac-0.0.2-py2.py3-none-any.whl (5.5 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes |
Filename, size randmac-0.0.2.tar.gz (5.1 kB) | File type Source | Python version None | Upload date | Hashes |
Generate A Random Mac Address
Hashes for randmac-0.0.2-py2.py3-none-any.whl
Local Mac Address Generator
Algorithm | Hash digest |
---|---|
SHA256 | 468c43ca43ada51719c34fab7afa3cbc5df01fddce370b947b4ec55a3448644c |
MD5 | e71c0fba7f6440f081f3606da5219d6f |
BLAKE2-256 | ebd6c17f9a1c76eb12228e7c4462fdec9010be69834a11895eeb9fd560854d7f |
Hashes for randmac-0.0.2.tar.gz
Algorithm | Hash digest |
---|---|
SHA256 | a13287360704c1fefdafcefc388d472d2594a6713dde1d2c5e82a74fc562715f |
MD5 | b0af72486ba78d91f201fbb15b2a6f69 |
BLAKE2-256 | e4db4ed318ff65cec40db9adb4fd51a9af78cdbe23605102a5980acca70f8f24 |