A simple library to generate random 12-digit MAC addresses. Current version is 0.1, with no active development since 2014.
pip install randmacVerified import paths — ran on the pinned version, not inferred.
Instantiate a RandMac object and convert to string to generate a random MAC address.
Consider using more modern or actively maintained libraries if additional MAC address functionality is needed.
If a specific OUI is required, you need to implement custom logic or use a different library.
Run 'pip install randmac' in your current Python environment.
Use str(mac) to get the MAC address string, e.g., mac_address = str(RandMac()).
No dependency data recorded yet.