port-scanner · PyPI
Install with Pip/PyPi in the command line interface: ` pip install port-scanner `. In your Python code, import the library: ` import portscanner `. Create an instance of the Target class: ` my_target = portscanner.Target ("example") `. Scan your target one or more times. All the settings shown below are optional, and the example code shows ...