Loading repository data…
Loading repository data…
naemazam / repository
SubnetWizard is a Python Based CLI tools for subnet calculating
Welcome to SubnetWizard, your ultimate console-based subnet/supernet calculator! Whether you're a network administrator or a curious tech enthusiast, SubnetWizard is here to simplify your subnetting tasks with ease. Dive into its features and unleash the power of network calculations like never before.
Installation
git clone https://github.com/naemazam/SubnetWizard.git
cd SubnetWizard
Usage
Linux:
python3 main.py
Windows:
python main.py
You can also use argument keys:
-i for the IP address to subnet/supernet.-s for the netmask (binary or CIDR).For Help, use:
python3 main.py --help
Example Subnetting:
python3 main.py -i 192.168.0.100/24 -s /26
Q: Can I use SubnetWizard on macOS?
A: Currently, SubnetWizard supports Linux and Windows platforms.
Q: How accurate are the calculations?
A: SubnetWizard utilizes Python's ipaddress module, ensuring precise subnetting and supernetting results.
Contributions to SubnetWizard are welcome! Feel free to submit bug reports, feature requests, or even pull requests via GitHub.
SubnetWizard is licensed under the MIT License. See the LICENSE file for details.
Start subnetting and supernetting like a pro with SubnetWizard! Happy networking!