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
- Host: GitHub
- URL: https://github.com/sk3pp3r/subnet-calc
- Owner: sk3pp3r
- License: mit
- Created: 2024-08-15T10:46:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T12:47:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T07:47:31.201Z (over 1 year ago)
- Topics: calculator, cidr, ip, subnet
- Language: Python
- Homepage: https://subnet-calc.streamlit.app/
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
