Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 627 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 627 Bytes

pynetcalc

Python Subnet Calculator

Requirements

Typer

Install

  1. Git Clone this repo git clone [email protected]:TyrelCB/pynetcalc.git or Download Zip and Extract
  2. Install Typer pip3 install "typer[all]"

Run

Make sure your in the pynetcalc directory

python netcalc.py --help

python netcalc.py netinfo --help

python netcalc.py subnet --help

help_menus

python3 netcalc.py netinfo 10.20.30.40/22

python3 netcalc.py subnet 10.20.30.40/22 --new-prefix /25

example