I decided to try my hand at “vibe” coding and and create an app that solves an irritating problem for me.
It’s called “mac-formatter” and takes a MAC address in any format and coverts to the 3 main formats I work with daily (IEEE, RADIUS, and Cisco)

It’is a python app and you can install from PyPi at https://pypi.org/project/mac-formatter-gui/
The commands are:
pip install mac-formatter-gui
mac-formatter
The source can be found at https://github.com/njohnsn-networking/mac_formatter
I hope you find it useful! If you find any problems, open an issue at GitHub!


You must be logged in to post a comment.