An open API service indexing awesome lists of open source software.

https://github.com/sk3pp3r/subnet-calc

Subnet Calculator
https://github.com/sk3pp3r/subnet-calc

calculator cidr ip subnet

Last synced: over 1 year ago
JSON representation

Subnet Calculator

Awesome Lists containing this project

README

          

# 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](https://github.com/user-attachments/assets/f8d9d259-a6da-4357-b2d9-536d4203f31f)