This is a simple program to change MAC address.
$sudo python3 Mac.py --help
-h, --help show this help message and exit
-i INTERFACE, --interface=INTERFACE
Name of interface
-m MAC, --mac=MAC New Mac address
sudo python3 Mac.py [--interface=?] [--mac=MAC you want to set]
It requires Root Access to Function properly