Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 503 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 503 Bytes

Python

This impressive code enables users to change and restore the MAC address and IP address of a network interface on both Linux and Windows platforms. With a user-friendly command-line interface, it leverages the power of the subprocess module to execute system commands efficiently. Please note that caution should be exercised when altering MAC or IP addresses, ensuring compliance with legal and ethical considerations.

Refrence : https://docs.python.org/3/library/subprocess.html

Thank you.