A Python program designed to automate the change of the MAC address of a personal computer on the Linux operating system.
Firstly, install library:
pip3 install subprocess
After that you can start script.
A Python program designed to automate the change of the MAC address of a personal computer on the Linux operating system.
PythonMIT