A basic IP Subnet Calculator written in Python using the Guietta library that can give useful information about a IPv4 or IPv6 subnet and address.
- Clone the repository to your machine (Or download the ZIP and extract it to a folder)
- Install the latest version of Python3 from https://www.python.org/downloads/
- Open up CMD/Powershell/Terminal and navigate over to the folder where this repo sits.
- Run the command:
pip install guietta
orpip3 install guietta
- Run the command:
python pyipcalculator.py
Once the fields is filled out with a valid IP and subnet, the information will be calculated out automatically. Change a number and the results will change on it's own. If the input doesn't resolve to a valid IP Address and/or subnet then the resulting output will not change.