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 # ...
This is a simple, educational port scanner built with Python. It provides a foundational example for understanding network communication and the use of the socket library. This tool is designed for ...