By convention, in Python we use underscores for "throwaway" variables, for example when unpacking a tuple only a few of whose members we're interested in.
pscanner
Table of Contents
Installation
pip install pscanner
Development
Prereqs for development
pipx install hatch
Running development environment
hatch shell
License
pscanner is distributed under the terms of the MIT license.
Description
Messing around with port scanning in python using https://www.thepythoncode.com/article/make-port-scanner-python
Languages
Python
100%