/subnet-calc

Subnet Calculator

Primary LanguagePythonMIT LicenseMIT

Subnet Calculator

A modern-style subnet calculator web app using Python and Streamlit

Setup Your Environment

  • Ensure you have Python installed.
  • Install Streamlit module using pip: shell> pip install streamlit
  • Install ipaddress module using pip: shell> pip install ipaddress

Run Your App

shell> streamlit run subnet_calculator.py

image