Metadata-Version: 2.1
Name: whoishome
Version: 0.0.3
Summary: A simple python CLI dashboard which uses nmap to help you keep track of who's on your network (made beautiful with the python library 'rich').
Home-page: https://github.com/jackeown/whoishome
License: UNKNOWN
Description: # WhoIsHome
        #### A simple Python CLI dashboard which uses <a href="https://nmap.org/">nmap</a> to help you keep track of who's on your network (made beautiful with the python library <a href="https://github.com/willmcgugan/rich">rich</a>).
        
        <br>
        
        1. Install nmap.
        
        2. Install using pip: 
        `pip install whoishome`
        
        3. Add MAC addresses: `whoishome --add Jack=DE:FA:CE:D1:23:45`
        
        4. Run it: `whoishome`
Platform: UNKNOWN
Description-Content-Type: text/markdown
