A tiny subnet/CIDR calculator because my brain refuses to do subnet math manually anymore. (I'M FINALLY FREE RAAAAHH!!).
Cuz why not.
I no longer want to calculate subnets, think about CIDR notation, or use my remaining two braincells for networking math.
So I made this instead.
- CIDR calculations
- Subnet information
- Quick and lazy networking math
- Saves you from suffering
Run:
# Clone the repo
git clone https://github.com/Piratebird/netula
cd netula
# Run the program
python __main__.pyInput: 192.168.1.0/24
Network Address: 192.168.1.0
Broadcast Address: 192.168.1.255
Usable Hosts: 254
Subnet Mask: 255.255.255.0__main__.py # Entry point
subnetter.py # Core subnet logic- Python 3.x
This project is licensed under the MIT License. See the LICENSE file for details.