Python TCP Port Scanner – Full Project Build/ ├── scanner.py # Enhanced CLI scanner (TCP/UDP) ├── gui_scanner.py # Modern GUI application ├── setup.py # Package installation script ├── config.json # ...
The Network Scanner is a Python script that scans your local network for used and free IP addresses. It also identifies open ports on the used IP addresses for specified services. Scans the local ...