Zev Averbach 4693cf74b2 use variable name instead of underscore in list comprehension
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.
2022-11-02 15:14:51 +01:00
2022-10-26 23:49:47 -05:00
2022-10-26 23:49:47 -05:00
2022-11-01 19:02:42 -05:00
2022-11-01 19:02:42 -05:00

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
Readme 54 KiB
Languages
Python 100%