Network Scanner Pro is a simple GUI-based tool to scan a local network and discover connected devices. It provides a user-friendly interface using Tkinter and retrieves device details using Scapy.
This tool is intended only for scanning your own local network. Unauthorized scanning of networks you do not own or have permission to access may be illegal.
- Scan a local IP range to discover connected devices
- Display IP and MAC addresses in a formatted table
- Simple and clean GUI built with Tkinter
- Uses Scapy for network scanning
Make sure you have Python installed (3.x recommended). Then, install the required dependencies:
- pip install scapy pillow
- Run the script using: python network_scanner.py Enter your IP range (e.g., 192.168.1.0/24) and click "Start Scan" to see connected devices.
Python 3.x Scapy Pillow (for image support, if used) Tkinter (comes pre-installed with Python)
This tool is for educational and authorized use only. For local use. The developer is not responsible for any misuse.