This is a simple python script to change Linux MAC addresses. It takes two arguments, first for interface you want to change the MAC address of and second the MAC address itself you want to change.
Installation: All the libraries used in this script are built-in in the python interpreter except the "Cloloram". So, you just need to install this library as: pip install colorama