Generate a list of MAC addresses in various formats. Can also format as randomized macs in use by many mobile devices as well.
Report Bug
·
Request Feature
Table of Contents
I needed a big list of arbitrary mac addresses for testing purposes.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/gobblegoob/macgenerator.git
- Install dependencies from requirements.txt
pip install -r requirements.txt
From your terminal/cli:
python macgenerate.py [-h] [-c COUNT] [-d DELIMITER] [-r]
Arguments | Description |
-h, --help | show this help message and exit |
-c COUNT, --count COUNT | How many MAC addresses to generate. Will print 10 if not specified |
-d DELIMITER, --delimiter DELIMITER | MAC Address delimiter. Will use None if not specified. Supported delimiters: ":", "-" |
-r, --randomized | Add if you want randomized IP addresses |
See the open issues for a full list of proposed features (and known issues).
If you wish to contribute or have feature or usage suggestions, leave me a message.
Distributed under the MIT License. See LICENSE.txt
for more information.
Project Link: https://github.com/gobblegoob/gmacgenerator
Thank yous