Metadata-Version: 2.1
Name: hmacchanger
Version: 1.3
Summary: Changing MAC Address
Home-page: https://github.com/hairprasath6112001/
Author: HariPrasath.S.S
Author-email: hariprasath6112001@gmail.com
License: UNKNOWN
Description: **MAC Address Changer**
        =====================
        The aim of this module is to build a MAC changer which is used to change the **MAC address** of the systems running **LINUX** operating systems with simple and easy commands. This is helpful to maintain privacy in this **Online World!**
        
        ------------------
        **Installation:**
        ```python
        sudo pip install hmacchanger
        ```
        
        ------------------
        **Documentation:**
        For help just type 
        ```python
        sudo hmacchanger --help
        ``` 
        in linux terminal.
        
        Specify **'-i'** or **'--interface'** for selecting the interface of which you want to change the MAC address.
        Specify **'-m'** or **'--mac'** to give your desired MAC address as input.
        
        **Syntax1: sudo hmacchanger -i <interface> -m <MAC_address>** // here <interface> = eth0,wlan0,etc. and <MAC_address> = Any MAC
        > **eg. sudo hmacchanger -i wlan0 -m 00:11:22:33:44:55**
        
        **Syntax2: sudo hmacchanger -i <interface>** // here <interface> = eth0,wlan0,etc.
        > **eg. sudo hmacchanger -i wlan0** //random mac address will be auto generated.
        
        **Syntax3: sudo hmacchanger -m <MAC_address>** // here <MAC_address> = Any MAC and interface should be given as input
        > **eg. sudo hmacchanger -m 00:11:22:33:44:55** //random mac address will be auto generated.
        
        **Syntax4: sudo hmacchanger
        > **eg. sudo hmacchanger //Interface should be given as input and random mac address will be auto generated.
        
        
        -----------------------
        Author:
        ======
        Name:**Hariprasath.S.S**
        Contact:**hariprasath6112001@gmail.com**
        Pypi: **https://pypi.org/user/hariprasath6112001/**
        Github: **https://github.com/hairprasath6112001**
        
        ------------------
        **Report Bugs and Improvements**@ **hariprasath6112001@gmail.com**
        
        --------------
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
