mac_changer

Some simple python script for change MAC address for Debian based linux
Where are two parameters: "-i" is for network interface, where do you want to change MAC address and second is "-m" which is value for new MAC address.
Example:
Run as root
"python3 mac_changer.py -i wlx441ca87f7988 -m 00:11:22:33:44:55"
or
"sudo python3 mac_changer.py -i wlx441ca87f7988 -m 00:11:22:33:44:55"