Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 302 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 302 Bytes

subnetcalc

Rewrite of dreibh/subnetcalc in Python

Usage examples:
subnetcalc.py [Address{/{Netmask|Prefix}}]
subnetcalc.py 10.1.1.1
subnetcalc.py 10.1.1.1/24
subnetcalc.py 10.1.1.1/255.255.255.0

Build binary:
pyinstaller subnetcalc.py --onefile